mirror of
https://github.com/aljazceru/addons.git
synced 2026-01-10 16:54:20 +01:00
30 lines
749 B
JSON
30 lines
749 B
JSON
{
|
|
"name": "Google Assistant SDK",
|
|
"version": "2.2",
|
|
"slug": "google_assistant",
|
|
"description": "A virtual personal assistant developed by Google",
|
|
"url": "https://github.com/home-assistant/hassio-addons/tree/master/google_assistant",
|
|
"startup": "application",
|
|
"boot": "auto",
|
|
"arch": ["armv7", "amd64"],
|
|
"advanced": true,
|
|
"stage": "experimental",
|
|
"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"
|
|
}
|