Forgot to add condition for holiday mode in christmas lights automation
This commit is contained in:
@ -4288,6 +4288,9 @@
|
|||||||
- condition: state
|
- condition: state
|
||||||
entity_id: input_boolean.holiday_mode_hold
|
entity_id: input_boolean.holiday_mode_hold
|
||||||
state: 'off'
|
state: 'off'
|
||||||
|
- condition: state
|
||||||
|
entity_id: input_boolean.holiday_mode
|
||||||
|
state: 'on'
|
||||||
action:
|
action:
|
||||||
- alias: Processing
|
- alias: Processing
|
||||||
choose:
|
choose:
|
||||||
|
Reference in New Issue
Block a user