Use common state for "Off" in climate selector (#141850)

* Use common states for "Away" and "Off" in `climate`

* Revert common state for "Away"

Four other integrations are referencing this instead of the common state. Needs to be addressed first.
This commit is contained in:
Norbert Rittel 2025-03-30 21:02:54 +02:00 committed by GitHub
parent aaea30bee0
commit ea9437eab2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -257,7 +257,7 @@
"selector": {
"hvac_mode": {
"options": {
"off": "Off",
"off": "[%key:common::state::off%]",
"auto": "Auto",
"cool": "Cool",
"dry": "Dry",