mirror of
https://github.com/aljazceru/addons.git
synced 2026-01-24 15:25:43 +01:00
* Update deployment * fix workflow * Fix order * restruct v1 * Fix style v2 * Cleanup style v3 * fix style v4 * Last style fix * Address comments * Update builder to 2021.11.3 * Fix let's encrypt * fix lint * Use ghcr.io * fix * Update versions * fix readme
34 lines
673 B
YAML
34 lines
673 B
YAML
version: 2.5.0
|
|
slug: google_assistant
|
|
name: Google Assistant SDK
|
|
description: A virtual personal assistant developed by Google
|
|
url: https://github.com/home-assistant/hassio-addons/tree/master/google_assistant
|
|
advanced: true
|
|
arch:
|
|
- armhf
|
|
- armv7
|
|
- amd64
|
|
audio: true
|
|
image: homeassistant/{arch}-addon-google_assistant
|
|
init: false
|
|
map:
|
|
- share
|
|
options:
|
|
client_secrets: google_assistant.json
|
|
feedback:
|
|
enable: false
|
|
volume: 80
|
|
model_id: null
|
|
project_id: null
|
|
ports:
|
|
9324/tcp: 9324
|
|
schema:
|
|
client_secrets: str
|
|
feedback:
|
|
enable: bool
|
|
volume: int(0,100)
|
|
model_id: str
|
|
project_id: str
|
|
stage: experimental
|
|
webui: http://[HOST]:[PORT:9324]
|