forked from home-assistant/core
Replace "Off" with common state in plugwise (#141828)
This commit is contained in:
@@ -139,7 +139,7 @@
|
||||
"select_schedule": {
|
||||
"name": "Thermostat schedule",
|
||||
"state": {
|
||||
"off": "Off"
|
||||
"off": "[%key:common::state::off%]"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user