Files
hassio-addons-avm/google-assistant-webserver/config.json
2021-08-24 14:35:11 +03:00

21 lines
515 B
JSON
Executable File

{
"name": "Google Assistant Webserver",
"version": "0.0.10",
"description": "Webservice for the Google Assistant SDK - Allow you to send (broadcast) commands to Google Assistant",
"slug": "google_assistant_webserver",
"startup": "application",
"boot": "auto",
"arch": ["armhf", "amd64", "aarch64"],
"devices": ["/dev/snd:/dev/snd:rwm"],
"ports": {
"5000/tcp": 5000
},
"ingress": true,
"ingress_port": 5000,
"webui": "http://[HOST]:[PORT:5000]",
"options": {
},
"schema": {
}
}