Use common state for "Normal" in homee (#142450)

* Use common state for "Normal" in `homee`

Also capitalize the brand name in one string.

* Change all occurrences of "homee" to lower-case
This commit is contained in:
Norbert Rittel 2025-04-07 20:27:01 +02:00 committed by GitHub
parent 5c2f19de88
commit 19a39a3647
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,6 @@
{
"config": {
"flow_title": "Homee {name} ({host})",
"flow_title": "homee {name} ({host})",
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
},
@ -18,9 +18,9 @@
"username": "[%key:common::config_flow::data::username%]"
},
"data_description": {
"host": "The IP address of your Homee.",
"username": "The username for your Homee.",
"password": "The password for your Homee."
"host": "The IP address of your homee.",
"username": "The username for your homee.",
"password": "The password for your homee."
}
}
}
@ -45,7 +45,7 @@
"load_alarm": {
"name": "Load",
"state": {
"off": "Normal",
"off": "[%key:common::state::normal%]",
"on": "Overload"
}
},
@ -352,7 +352,7 @@
},
"exceptions": {
"connection_closed": {
"message": "Could not connect to Homee while setting attribute."
"message": "Could not connect to homee while setting attribute."
}
}
}