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