2021-01-01 02:59:21 +00:00
|
|
|
- id: bathroom-shower-motion-on
|
2021-01-07 00:48:14 +00:00
|
|
|
alias: '[Bathroom] Shower Motion On'
|
2021-01-01 02:59:21 +00:00
|
|
|
mode: restart
|
|
|
|
trigger:
|
|
|
|
- platform: state
|
|
|
|
entity_id: binary_sensor.shower_motion
|
|
|
|
from: 'off'
|
|
|
|
to: 'on'
|
|
|
|
action:
|
|
|
|
- service: light.turn_on
|
2021-01-26 08:32:34 +00:00
|
|
|
entity_id: light.shower_lights
|
2021-05-10 10:24:31 +00:00
|
|
|
|
2021-01-01 02:59:21 +00:00
|
|
|
- id: bathroom-shower-motion-off
|
2021-01-07 00:48:14 +00:00
|
|
|
alias: '[Bathroom] Shower Motion Off'
|
2021-01-01 02:59:21 +00:00
|
|
|
mode: restart
|
|
|
|
trigger:
|
|
|
|
- platform: state
|
|
|
|
entity_id: binary_sensor.shower_motion
|
|
|
|
for: '0:01:00'
|
|
|
|
from: 'on'
|
|
|
|
to: 'off'
|
|
|
|
action:
|
|
|
|
- service: light.turn_off
|
2021-01-26 08:32:34 +00:00
|
|
|
entity_id: light.shower_lights
|