Files
addons/google_assistant/config.json
2017-07-22 17:26:39 +02:00

28 lines
686 B
JSON

{
"name": "Google Assistant",
"version": "0.0.3-p5",
"slug": "google_assistant",
"description": "A virtual personal assistant developed by Google",
"url": "https://home-assistant.io/addons/google_assistant/",
"startup": "application",
"boot": "auto",
"arch": ["armhf", "amd64"],
"map": ["share"],
"devices": ["/dev/snd:/dev/snd:rwm"],
"ports": {
"9324/tcp": 9324
},
"webui": "http://[HOST]:[PORT:9324]",
"options": {
"mic": "0,0",
"speaker": "1,0",
"client_secrets": "google_assistant.json"
},
"schema": {
"mic": "str",
"speaker": "str",
"client_secrets": "str"
},
"image": "homeassistant/{arch}-addon-google_assistant"
}