Skip to content

Commit

Permalink
Add notes for Home Assistant Cloud STT
Browse files Browse the repository at this point in the history
  • Loading branch information
duhow committed Jul 19, 2023
1 parent ebb6be1 commit cf206d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/voice-assistant.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,14 @@ Create and configure the following files in the speaker:
```bash
HA_URL="https://hass.example.net"
HA_TOKEN="ey...."
# change if using any other
# change if using any other, for example "cloud".
HA_STT_PROVIDER=stt.faster_whisper
STT_RATE=16000

# use any of Porcupine available
# https://github.com/Picovoice/porcupine/tree/v1.9/resources/keyword_files/raspberry-pi
WORD=alexa
# NOTE: "cloud" provider uses two-letter language, for example "en-US", "es-ES"...
STT_LANGUAGE=en
```

Expand Down

0 comments on commit cf206d0

Please sign in to comment.