Run alarm clock automation only when I didn't wake up
This commit is contained in:
parent
3b4077806a
commit
615e385ffc
@ -5,6 +5,10 @@
|
|||||||
event: start
|
event: start
|
||||||
offset: '-0:30:0'
|
offset: '-0:30:0'
|
||||||
entity_id: calendar.automations_wakeup
|
entity_id: calendar.automations_wakeup
|
||||||
|
condition:
|
||||||
|
- condition: state
|
||||||
|
entity_id: input_select.home_mode
|
||||||
|
state: Night
|
||||||
action:
|
action:
|
||||||
# Set speed for blinds
|
# Set speed for blinds
|
||||||
# - service: zha.issue_zigbee_cluster_command
|
# - service: zha.issue_zigbee_cluster_command
|
||||||
|
Loading…
Reference in New Issue
Block a user