domoja-voice-google
TypeScript icon, indicating that this package has built-in type declarations

1.4.5 • Public • Published

NPM

NPM version Node.js CI CodeQL Coverage Status

domoja-voice-google

Connect a Freebox to Domoja.

Usage

imports:
  - module: voice-google
    source: VoiceByGoogle

sources:
  - voice: {
      type: VoiceByGoogle,
      language: en,
      volume: 100
  }


devices:
  - say : { type: device, widget: text, source: voice, id: unused, name: "Message parlé"} 

scenarios:
  - greetings:
      - init:
        triggers:
          - at: startup
        actions:
          - {device: say, state: "Hi, starting Domoja" }

Readme

Keywords

Package Sidebar

Install

npm i domoja-voice-google

Weekly Downloads

5

Version

1.4.5

License

GPL-3.0

Unpacked Size

9.76 kB

Total Files

11

Last publish

Collaborators

  • bchabrier