mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
Improve user-facing strings of velbus
(#144716)
- add the missing hyphen to "password-protected" - resolve missing genitive in `sync_clock` action description - resolve singular/plural mismatch in `set_memo_text` action description
This commit is contained in:
parent
7b23f21712
commit
f1e5f73d7e
@ -21,7 +21,7 @@
|
|||||||
"tls": "Enable this if you use a secure connection to your Velbus interface, like a Signum.",
|
"tls": "Enable this if you use a secure connection to your Velbus interface, like a Signum.",
|
||||||
"host": "The IP address or hostname of the Velbus interface.",
|
"host": "The IP address or hostname of the Velbus interface.",
|
||||||
"port": "The port number of the Velbus interface.",
|
"port": "The port number of the Velbus interface.",
|
||||||
"password": "The password of the Velbus interface, this is only needed if the interface is password protected."
|
"password": "The password of the Velbus interface, this is only needed if the interface is password-protected."
|
||||||
},
|
},
|
||||||
"description": "TCP/IP configuration, in case you use a Signum, VelServ, velbus-tcp or any other Velbus to TCP/IP interface."
|
"description": "TCP/IP configuration, in case you use a Signum, VelServ, velbus-tcp or any other Velbus to TCP/IP interface."
|
||||||
},
|
},
|
||||||
@ -58,7 +58,7 @@
|
|||||||
"services": {
|
"services": {
|
||||||
"sync_clock": {
|
"sync_clock": {
|
||||||
"name": "Sync clock",
|
"name": "Sync clock",
|
||||||
"description": "Syncs the Velbus modules clock to the Home Assistant clock, this is the same as the 'sync clock' from VelbusLink.",
|
"description": "Syncs the clock of the Velbus modules to the Home Assistant clock, this is the same as the 'sync clock' from VelbusLink.",
|
||||||
"fields": {
|
"fields": {
|
||||||
"interface": {
|
"interface": {
|
||||||
"name": "Interface",
|
"name": "Interface",
|
||||||
@ -104,7 +104,7 @@
|
|||||||
},
|
},
|
||||||
"set_memo_text": {
|
"set_memo_text": {
|
||||||
"name": "Set memo text",
|
"name": "Set memo text",
|
||||||
"description": "Sets the memo text to the display of modules like VMBGPO, VMBGPOD Be sure the page(s) of the module is configured to display the memo text.",
|
"description": "Sets the memo text to the display of modules like VMBGPO, VMBGPOD. Be sure the pages of the modules are configured to display the memo text.",
|
||||||
"fields": {
|
"fields": {
|
||||||
"interface": {
|
"interface": {
|
||||||
"name": "[%key:component::velbus::services::sync_clock::fields::interface::name%]",
|
"name": "[%key:component::velbus::services::sync_clock::fields::interface::name%]",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user