mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-18 13:44:20 +01:00
* Update deployment * fix workflow * Fix order * restruct v1 * Fix style v2 * Cleanup style v3 * fix style v4 * Last style fix * Address comments * Update builder to 2021.11.3 * Fix let's encrypt * fix lint * Use ghcr.io * fix * Update versions * fix readme
21 lines
374 B
YAML
21 lines
374 B
YAML
version: 1.1.1
|
|
slug: ada
|
|
name: Hey Ada!
|
|
description: Voice assistant powered by Home Assistant
|
|
url: https://github.com/home-assistant/hassio-addons/blob/master/ada
|
|
arch:
|
|
- armhf
|
|
- armv7
|
|
- amd64
|
|
audio: true
|
|
homeassistant: 0.102.0
|
|
homeassistant_api: true
|
|
image: homeassistant/{arch}-addon-ada
|
|
init: false
|
|
options:
|
|
stt: cloud
|
|
tts: cloud
|
|
schema:
|
|
stt: str
|
|
tts: str
|