Consistently capitalize "Velbus" brand name, camel-case "VelServ" (#139257)

This commit is contained in:
Norbert Rittel 2025-02-25 15:10:21 +01:00 committed by GitHub
parent 7566046995
commit 923ec71bf6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,12 +17,12 @@
"password": "[%key:common::config_flow::data::password%]" "password": "[%key:common::config_flow::data::password%]"
}, },
"data_description": { "data_description": {
"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."
}, },
"usbselect": { "usbselect": {
"title": "USB configuration", "title": "USB configuration",
@ -30,9 +30,9 @@
"port": "[%key:common::config_flow::data::port%]" "port": "[%key:common::config_flow::data::port%]"
}, },
"data_description": { "data_description": {
"port": "Select the serial port for your velbus USB interface." "port": "Select the serial port for your Velbus USB interface."
}, },
"description": "Select the serial port for your velbus USB interface." "description": "Select the serial port for your Velbus USB interface."
} }
}, },
"error": { "error": {