Files
addons/google_assistant/config.json
Eric Matte 9d83c89415 Upgrade web server for OAuth connection process [add-on: google_assistant] (#1267)
* Update pages styling and better error handling

* Fix css

* Offload static folder to /usr/share/public

* Remove unnecessary os import

* Add a changelog and update the version

* Update google_assistant/config.json

* Update google_assistant/CHANGELOG.md

Co-authored-by: Pascal Vizeli <pascal.vizeli@syshack.ch>
2020-05-06 14:13:21 +02:00

31 lines
777 B
JSON

{
"name": "Google Assistant SDK",
"version": "2.4.0",
"slug": "google_assistant",
"description": "A virtual personal assistant developed by Google",
"url": "https://github.com/home-assistant/hassio-addons/tree/master/google_assistant",
"startup": "application",
"boot": "auto",
"arch": ["armhf", "armv7", "amd64"],
"init": false,
"advanced": true,
"stage": "experimental",
"map": ["share"],
"audio": true,
"ports": {
"9324/tcp": 9324
},
"webui": "http://[HOST]:[PORT:9324]",
"options": {
"client_secrets": "google_assistant.json",
"project_id": null,
"model_id": null
},
"schema": {
"client_secrets": "str",
"project_id": "str",
"model_id": "str"
},
"image": "homeassistant/{arch}-addon-google_assistant"
}