mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 04:07:08 +00:00
Fix sentence-casing in nibe_heatpump
strings (#140915)
This commit is contained in:
parent
793e36635b
commit
f28b9ba961
@ -10,13 +10,13 @@
|
|||||||
},
|
},
|
||||||
"modbus": {
|
"modbus": {
|
||||||
"data": {
|
"data": {
|
||||||
"model": "Model of Heat Pump",
|
"model": "Model of heat pump",
|
||||||
"modbus_url": "Modbus URL",
|
"modbus_url": "Modbus URL",
|
||||||
"modbus_unit": "Modbus Unit Identifier"
|
"modbus_unit": "Modbus unit identifier"
|
||||||
},
|
},
|
||||||
"data_description": {
|
"data_description": {
|
||||||
"modbus_url": "Modbus URL that describes the connection to your Heat Pump or MODBUS40 unit. It should be on the form:\n - `tcp://[HOST]:[PORT]` for Modbus TCP connection\n - `serial://[LOCAL DEVICE]` for a local Modbus RTU connection\n - `rfc2217://[HOST]:[PORT]` for a remote telnet based Modbus RTU connection.",
|
"modbus_url": "Modbus URL that describes the connection to your heat pump or MODBUS40 unit. It should be on the form:\n - `tcp://[HOST]:[PORT]` for Modbus TCP connection\n - `serial://[LOCAL DEVICE]` for a local Modbus RTU connection\n - `rfc2217://[HOST]:[PORT]` for a remote telnet based Modbus RTU connection.",
|
||||||
"modbus_unit": "Unit identification for your Heat Pump. Can usually be left at 0."
|
"modbus_unit": "Unit identification for your heat pump. Can usually be left at 0."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"nibegw": {
|
"nibegw": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user