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:
Norbert Rittel 2025-05-09 20:12:32 +02:00 committed by GitHub
parent 85f1c89808
commit 131ba3cdef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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": {