mirror of
https://github.com/Mesteriis/hassio-addons-avm.git
synced 2026-01-10 07:21:01 +01:00
21 lines
515 B
JSON
Executable File
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": {
|
|
}
|
|
}
|