domoja-voice-google

Allows Domoja to speak, thanks to Google

Usage no npm install needed!

<script type="module">
  import domojaVoiceGoogle from 'https://cdn.skypack.dev/domoja-voice-google';
</script>

README

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" }