mirror of
https://github.com/home-assistant/core.git
synced 2026-04-20 19:55:10 +00:00
Replace "Off" with common state in sleepiq (#141831)
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
"select": {
|
||||
"foot_warmer_temp": {
|
||||
"state": {
|
||||
"off": "Off",
|
||||
"off": "[%key:common::state::off%]",
|
||||
"low": "Low",
|
||||
"medium": "Medium",
|
||||
"high": "High"
|
||||
|
||||
Reference in New Issue
Block a user