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

@@ -48,7 +48,7 @@ instance: 1
### Option `device`
The device address of your Z-Wave controller.
The Z-Wave controller device.
If you're using Home Assistant you may find the correct value for this on the
`Supervisor -> System -> Host system -> Hardware` page. It is recommended

View File

@@ -25,9 +25,6 @@ panel_title: OpenZWave
ports:
1983/tcp: null
5900/tcp: null
ports_description:
1983/tcp: ozw-admin port
5900/tcp: VNC port
schema:
device: device(subsystem=tty)
instance: int(1,)?

View File

@@ -0,0 +1,18 @@
---
configuration:
device:
name: Device
description: The Z-Wave controller device.
instance:
name: Instance
description: >-
Z-Wave instance number as reported to MQTT. This corresponds with the
`instance_id` attribute of `ozw` services in Home Assistant.
network_key:
name: Network Key
description: >-
Security Z-Wave devices require a network key before being added to the
network.
network:
1983/tcp: ozw-admin port
5900/tcp: VNC port