mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-17 05:04:21 +01:00
* Add translation files to all add-ons * lint * Apply suggestions from code review Co-authored-by: Stefan Agner <stefan@agner.ch> * Adjust zwave docs * Adjust zwave_js docs * Adjust ada docs * Reorder ada * Reorder duckdns * Reorder git_pull * Reorder google_assistant * Reorder homematic * Reorder letsencrypt * Reorder mosquitto * Reorder nginx_proxy * Reorder samba * Reorder ssh * Lint Co-authored-by: Stefan Agner <stefan@agner.ch>
36 lines
682 B
YAML
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:
|
|
project_id: null
|
|
client_secrets: google_assistant.json
|
|
model_id: null
|
|
feedback:
|
|
enable: false
|
|
volume: 80
|
|
ports:
|
|
9324/tcp: 9324
|
|
schema:
|
|
project_id: str
|
|
client_secrets: str
|
|
model_id: str
|
|
feedback:
|
|
enable: bool
|
|
volume: int(0,100)
|
|
stage: experimental
|
|
webui: http://[HOST]:[PORT:9324]
|