mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Use common state for "Away" in honeywell
(#141894)
This commit is contained in:
parent
03366038ce
commit
92ac396d19
@ -55,7 +55,7 @@
|
|||||||
"preset_mode": {
|
"preset_mode": {
|
||||||
"state": {
|
"state": {
|
||||||
"hold": "Hold",
|
"hold": "Hold",
|
||||||
"away": "[%key:component::climate::entity_component::_::state_attributes::preset_mode::state::away%]",
|
"away": "[%key:common::state::not_home%]",
|
||||||
"none": "[%key:component::climate::entity_component::_::state_attributes::preset_mode::state::none%]"
|
"none": "[%key:component::climate::entity_component::_::state_attributes::preset_mode::state::none%]"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user