Add translation files to all add-ons (#2433)

* 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>
This commit is contained in:
Joakim Sørensen
2022-04-28 17:26:33 +02:00
committed by GitHub
parent 9c54e9cf5e
commit 456bc0f70b
35 changed files with 562 additions and 115 deletions

View File

@@ -16,20 +16,20 @@ init: false
map:
- share
options:
project_id: null
client_secrets: google_assistant.json
model_id: null
feedback:
enable: false
volume: 80
model_id: null
project_id: null
ports:
9324/tcp: 9324
schema:
project_id: str
client_secrets: str
model_id: str
feedback:
enable: bool
volume: int(0,100)
model_id: str
project_id: str
stage: experimental
webui: http://[HOST]:[PORT:9324]

View File

@@ -0,0 +1,20 @@
---
configuration:
project_id:
name: Project ID
description: >-
Project ID of the project you've created at Google for this add-on.
client_secrets:
name: Client Secrets
description: >-
The name of the client secrets file to you've downloaded from Google and
placed in your `/share` folder.
model_id:
name: Model ID
description: >-
The ID of the model you've registered at Google for this add-on.
feedback:
name: Feedback
description: Control feedback options
network:
9324/tcp: The port for the Webserver