mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Fix sentence-casing in config fields of aurora_abb_powerone
(#144577)
* Fix sentence-casing in data field names of `aurora_abb_powerone` * Add suggestion from review. Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com> --------- Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
This commit is contained in:
parent
85f1c89808
commit
131ba3cdef
@ -4,8 +4,8 @@
|
|||||||
"user": {
|
"user": {
|
||||||
"description": "The inverter must be connected via an RS485 adaptor, please select serial port and the inverter's address as configured on the LCD panel",
|
"description": "The inverter must be connected via an RS485 adaptor, please select serial port and the inverter's address as configured on the LCD panel",
|
||||||
"data": {
|
"data": {
|
||||||
"port": "RS485 or USB-RS485 Adaptor Port",
|
"port": "RS485 or USB-RS485 adaptor port",
|
||||||
"address": "Inverter Address"
|
"address": "Inverter address"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -16,7 +16,7 @@
|
|||||||
},
|
},
|
||||||
"abort": {
|
"abort": {
|
||||||
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
||||||
"no_serial_ports": "No com ports found. Need a valid RS485 device to communicate."
|
"no_serial_ports": "No com ports found. The integration needs a valid RS485 device to communicate."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"entity": {
|
"entity": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user