Files
addons/google_assistant/config.json
Pascal Vizeli f52e0d7a60 Update branch of add-ons with armv7 (#538)
* Update branch of add-ons with armv7

* update configurator

* Fix docker file

* Update docker files

* fix image

* Update

* certbot
2019-03-10 17:09:35 +01:00

28 lines
676 B
JSON

{
"name": "Google Assistant SDK",
"version": "2.2",
"slug": "google_assistant",
"description": "A virtual personal assistant developed by Google",
"url": "https://home-assistant.io/addons/google_assistant/",
"startup": "application",
"boot": "auto",
"arch": ["armv7", "amd64"],
"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"
}