|
|
|
|
@ -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:
|
|
|
|
|
|