mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 21:57:51 +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": {
|
"config": {
|
||||||
"flow_title": "Homee {name} ({host})",
|
"flow_title": "homee {name} ({host})",
|
||||||
"abort": {
|
"abort": {
|
||||||
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
|
||||||
},
|
},
|
||||||
@ -18,9 +18,9 @@
|
|||||||
"username": "[%key:common::config_flow::data::username%]"
|
"username": "[%key:common::config_flow::data::username%]"
|
||||||
},
|
},
|
||||||
"data_description": {
|
"data_description": {
|
||||||
"host": "The IP address of your Homee.",
|
"host": "The IP address of your homee.",
|
||||||
"username": "The username for your Homee.",
|
"username": "The username for your homee.",
|
||||||
"password": "The password for your Homee."
|
"password": "The password for your homee."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -45,7 +45,7 @@
|
|||||||
"load_alarm": {
|
"load_alarm": {
|
||||||
"name": "Load",
|
"name": "Load",
|
||||||
"state": {
|
"state": {
|
||||||
"off": "Normal",
|
"off": "[%key:common::state::normal%]",
|
||||||
"on": "Overload"
|
"on": "Overload"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -352,7 +352,7 @@
|
|||||||
},
|
},
|
||||||
"exceptions": {
|
"exceptions": {
|
||||||
"connection_closed": {
|
"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