mirror of
https://github.com/home-assistant/core.git
synced 2025-04-30 12:17:52 +00:00
Replace "Away" in climate
with common state string, matching "Home" (#141897)
* Replace "Away" in `climate` with common state string Also reordered the states a bit to group the two presence-based options at the top and order the rest alphabetically. * Prettier
This commit is contained in:
parent
ee4bf165b5
commit
c662b94d06
@ -98,13 +98,13 @@
|
|||||||
"name": "Preset",
|
"name": "Preset",
|
||||||
"state": {
|
"state": {
|
||||||
"none": "None",
|
"none": "None",
|
||||||
"eco": "Eco",
|
"home": "[%key:common::state::home%]",
|
||||||
"away": "Away",
|
"away": "[%key:common::state::not_home%]",
|
||||||
|
"activity": "Activity",
|
||||||
"boost": "Boost",
|
"boost": "Boost",
|
||||||
"comfort": "Comfort",
|
"comfort": "Comfort",
|
||||||
"home": "[%key:common::state::home%]",
|
"eco": "Eco",
|
||||||
"sleep": "Sleep",
|
"sleep": "Sleep"
|
||||||
"activity": "Activity"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"preset_modes": {
|
"preset_modes": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user