mirror of
https://github.com/aljazceru/addons.git
synced 2026-02-18 11:24:24 +01:00
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:
@@ -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
|
||||
|
||||
@@ -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,)?
|
||||
|
||||
18
zwave/translations/en.yaml
Normal file
18
zwave/translations/en.yaml
Normal 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
|
||||
Reference in New Issue
Block a user