mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 01:38:02 +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",
|
||||
"state": {
|
||||
"none": "None",
|
||||
"eco": "Eco",
|
||||
"away": "Away",
|
||||
"home": "[%key:common::state::home%]",
|
||||
"away": "[%key:common::state::not_home%]",
|
||||
"activity": "Activity",
|
||||
"boost": "Boost",
|
||||
"comfort": "Comfort",
|
||||
"home": "[%key:common::state::home%]",
|
||||
"sleep": "Sleep",
|
||||
"activity": "Activity"
|
||||
"eco": "Eco",
|
||||
"sleep": "Sleep"
|
||||
}
|
||||
},
|
||||
"preset_modes": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user