Use more common states for "foot_warmer_temp" in sleepiq (#142048)

This commit is contained in:
Norbert Rittel 2025-04-02 22:37:42 +02:00 committed by GitHub
parent 5d0de138f6
commit d13beec3e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,9 +29,9 @@
"foot_warmer_temp": {
"state": {
"off": "[%key:common::state::off%]",
"low": "Low",
"medium": "Medium",
"high": "High"
"low": "[%key:common::state::low%]",
"medium": "[%key:common::state::medium%]",
"high": "[%key:common::state::high%]"
}
}
}