Forgot to add condition for climate override
This commit is contained in:
@ -97,6 +97,9 @@ automation:
|
|||||||
- condition: state
|
- condition: state
|
||||||
entity_id: input_boolean.emma_sleeping
|
entity_id: input_boolean.emma_sleeping
|
||||||
state: 'off'
|
state: 'off'
|
||||||
|
- condition: state
|
||||||
|
entity_id: input_boolean.emma_bedroom_climate_override
|
||||||
|
state: 'off'
|
||||||
action:
|
action:
|
||||||
- service: input_select.select_option
|
- service: input_select.select_option
|
||||||
target:
|
target:
|
||||||
|
Reference in New Issue
Block a user