Files
addons/google_assistant/config.yaml
Stefan Agner c7a5f7c0aa Improve GitHub action (#2364)
* Add YAML linter

* Drop GitHub registry login as its not required at this point

* Add YAML document start marker

* Fix YAMLlint issues

* Fix YAMLlint issues in .github yaml files

* Fix YAMLlint issue in .github/dependabot.yml

* Remove .github/move.yml

* Set dependabot to weekly

Co-authored-by: Joakim Sørensen <hi@ludeeus.dev>

* Use YAML strip option where appropriate

* Fix multiline string

Co-authored-by: Joakim Sørensen <hi@ludeeus.dev>
2022-04-11 09:00:11 +02:00

36 lines
682 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]