mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 17:27:52 +00:00
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:
parent
5c2f19de88
commit
19a39a3647
@ -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."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user