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:
Norbert Rittel 2025-03-31 09:56:10 +02:00 committed by GitHub
parent ee4bf165b5
commit c662b94d06
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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": {