mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 09:17:53 +00:00
Use more common states for "foot_warmer_temp" in sleepiq
(#142048)
This commit is contained in:
parent
5d0de138f6
commit
d13beec3e1
@ -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%]"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user