Silence overlapping nighttime automations

master
Carlo Costanzo 3 days ago
parent 7a7875caa2
commit 8eb50abc00

@ -59,6 +59,8 @@
- alias: 'Bedroom Screensaver Watchdog'
id: Bedroom-Screensaver-Watchdog-automation
mode: single
max_exceeded: silent
trigger:
- platform: state
entity_id: binary_sensor.sleepnumber_carlo_carlo_is_in_bed
@ -79,6 +81,9 @@
- condition: state
entity_id: binary_sensor.sleepnumber_carlo_stacey_is_in_bed
state: 'on'
- condition: state
entity_id: switch.alarm_panel_1_screensaver
state: 'off'
action:
- service: switch.turn_on

@ -10,6 +10,8 @@
- alias: 'Good Night Trigger'
id: 26846f7b-bc76-43d2-99be-af552da7700f
mode: single
max_exceeded: silent
trigger:
- platform: state
entity_id: input_boolean.good_night
@ -69,6 +71,7 @@
- alias: 'Bed Presence AMP Trigger'
id: 26846f7b-bc76-43d2-99be-af552d2300f
mode: restart
trigger:
- platform: state
entity_id:
@ -84,8 +87,9 @@
choose:
- alias: "SomeOne in Bed"
conditions:
- condition: trigger
id: in_bed
- condition: state
entity_id: group.bed
state: 'on'
sequence:
- service: homeassistant.turn_off
target:

@ -11,6 +11,8 @@
######################################################################
- alias: 'Late Night Helper outside'
id: 14115d72-6bea-41c1-8411-1eaf41b4ef2b
mode: single
max_exceeded: silent
trigger:
- platform: state
entity_id: group.garage_doors

@ -12,6 +12,8 @@
######################################################################
- alias: Bedtime Accent Light
id: 08fe7b86-7610-420a-8f4c-7adb86618900
mode: single
max_exceeded: silent
trigger:
- platform: state
entity_id:

@ -23,6 +23,7 @@ automation:
- alias: 'Landscape lights off'
id: 05172967-9309-4624-8633-4f8bce4f3aa1
mode: single
max_exceeded: silent
trigger:
- platform: state
entity_id:

Loading…
Cancel
Save

Powered by TurnKey Linux.