mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 04:07:08 +00:00
Use common state for "Away" in nobo_hub
(#141895)
This commit is contained in:
parent
92ac396d19
commit
ee4bf165b5
@ -46,7 +46,7 @@
|
||||
"global_override": {
|
||||
"name": "Global override",
|
||||
"state": {
|
||||
"away": "[%key:component::climate::entity_component::_::state_attributes::preset_mode::state::away%]",
|
||||
"away": "[%key:common::state::not_home%]",
|
||||
"comfort": "[%key:component::climate::entity_component::_::state_attributes::preset_mode::state::comfort%]",
|
||||
"eco": "[%key:component::climate::entity_component::_::state_attributes::preset_mode::state::eco%]",
|
||||
"none": "[%key:component::climate::entity_component::_::state_attributes::preset_mode::state::none%]"
|
||||
|
Loading…
x
Reference in New Issue
Block a user