mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 21:57:51 +00:00
Replace "Off" with common state in sleepiq
(#141831)
This commit is contained in:
parent
5ac6096e08
commit
dccaa2dd2d
@ -28,7 +28,7 @@
|
|||||||
"select": {
|
"select": {
|
||||||
"foot_warmer_temp": {
|
"foot_warmer_temp": {
|
||||||
"state": {
|
"state": {
|
||||||
"off": "Off",
|
"off": "[%key:common::state::off%]",
|
||||||
"low": "Low",
|
"low": "Low",
|
||||||
"medium": "Medium",
|
"medium": "Medium",
|
||||||
"high": "High"
|
"high": "High"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user