Files
addons/google_assistant/config.json
2017-07-20 17:10:43 +02:00

24 lines
609 B
JSON

{
"name": "Google Assistant",
"version": "0.0.3-p1",
"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"],
"options": {
"mic": "0,0",
"speaker": "1,0",
"service_account": "google_assistant.json"
},
"schema": {
"mic": "str",
"speaker": "str",
"service_account": "str"
},
"image": "homeassistant/{arch}-addon-google_assistant"
}