Files
addons/google_assistant/config.json
Pascal Vizeli 911689abf7 Fix Google Assistant armhf/armv7 (#1168)
* Fix Google Assistant armhf/armv7

* Bump version
2020-03-05 11:39:37 +01:00

31 lines
777 B
JSON

{
"name": "Google Assistant SDK",
"version": "2.3.1",
"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"
}