mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-17 05:04:21 +01:00
* Add translation files to all add-ons * lint * Apply suggestions from code review Co-authored-by: Stefan Agner <stefan@agner.ch> * Adjust zwave docs * Adjust zwave_js docs * Adjust ada docs * Reorder ada * Reorder duckdns * Reorder git_pull * Reorder google_assistant * Reorder homematic * Reorder letsencrypt * Reorder mosquitto * Reorder nginx_proxy * Reorder samba * Reorder ssh * Lint Co-authored-by: Stefan Agner <stefan@agner.ch>
1.6 KiB
1.6 KiB
Home Assistant Add-on: Ada
Installation
Follow these steps to get the add-on installed on your system:
- Navigate in your Home Assistant frontend to Supervisor -> Add-on Store.
- Find the "Hey Ada!" add-on and click it.
- Click on the "INSTALL" button.
How to use
The basic thing to get the add-on running would be:
- Select input and output audio device to use in the "Audio" configuration section of the add-on configuration.
- Start the add-on.
Configuration
Example add-on configuration:
stt: cloud
tts: cloud
Option: stt (required)
The Home Assistant STT (Speech-to-Text) integration to use when converting detected audio to text for Almond to process.
Please note, this STT integration has to be configured and active in Home Assistant before using it with this add-on!
Option: tts (required)
The Home Assistant TTS (Text-to-Speech) integration to use when converting the response from Almond to audio.
Please note, this TTS integration has to be configured and active in Home Assistant before using it with this add-on!
Support
Got questions?
You have several options to get them answered:
- The Home Assistant Discord Chat Server.
- The Home Assistant Community Forum.
- Join the Reddit subreddit in /r/homeassistant
In case you've found an bug, please open an issue on our GitHub.