forked from home-assistant/core
Define "Away" state in plugwise
using common string (#141875)
This commit is contained in:
@@ -85,7 +85,7 @@
|
|||||||
"preset_mode": {
|
"preset_mode": {
|
||||||
"state": {
|
"state": {
|
||||||
"asleep": "Night",
|
"asleep": "Night",
|
||||||
"away": "[%key:component::climate::entity_component::_::state_attributes::preset_mode::state::away%]",
|
"away": "[%key:common::state::not_home%]",
|
||||||
"home": "[%key:common::state::home%]",
|
"home": "[%key:common::state::home%]",
|
||||||
"no_frost": "Anti-frost",
|
"no_frost": "Anti-frost",
|
||||||
"vacation": "Vacation"
|
"vacation": "Vacation"
|
||||||
|
Reference in New Issue
Block a user