Skip to content

Latest commit

 

History

History
73 lines (49 loc) · 2.23 KB

README.md

File metadata and controls

73 lines (49 loc) · 2.23 KB

Hass.io Core Add-on: Ada

Home Assistant featured voice assist.

Supports aarch64 Architecture Supports amd64 Architecture Supports armhf Architecture Supports armv7 Architecture Supports i386 Architecture

About

Installation

Follow these steps to get the add-on installed on your system:

  1. Navigate in your Home Assistant frontend to Hass.io -> Add-on Store.
  2. Find the "Hey Ada!" add-on and click it.
  3. Click on the "INSTALL" button.

How to use

The basic thing to get the add-on running would be:

  1. Select input and output audio device to use in the "Audio" configuration section of the add-on configuration.
  2. 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 back 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:

In case you've found an bug, please open an issue on our GitHub.