Files
addons/ada/config.json
Pascal Vizeli b8f2079607 Fix config style for new Supervisor/Hardware (#1825)
* New Supervisor Hardware

* Update more changelogs

* fix version

* Fix boot

* fix application
2021-02-08 11:12:39 +01:00

22 lines
492 B
JSON

{
"name": "Hey Ada!",
"version": "1.1.1",
"slug": "ada",
"description": "Voice assistant powered by Home Assistant",
"url": "https://github.com/home-assistant/hassio-addons/blob/master/ada",
"arch": ["armhf", "armv7", "amd64"],
"init": false,
"audio": true,
"homeassistant": "0.102.0",
"homeassistant_api": true,
"options": {
"stt": "cloud",
"tts": "cloud"
},
"schema": {
"stt": "str",
"tts": "str"
},
"image": "homeassistant/{arch}-addon-ada"
}