mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-17 21:24:20 +01:00
7 lines
188 B
Bash
Executable File
7 lines
188 B
Bash
Executable File
#!/usr/bin/env bashio
|
|
|
|
STT=$(bashio::config 'stt')
|
|
TTS=$(bashio::config 'tts')
|
|
|
|
exec python3 -m ada --url "http://hassio/homeassistant/api" --key "$HASSIO_TOKEN" --stt "$STT" --tts "$TTS"
|