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