2023-06-12 21:56:22 +00:00
|
|
|
- id: bedroom_motion_dark
|
2021-01-11 03:49:34 +00:00
|
|
|
alias: '[Bedroom] Motion day dark'
|
|
|
|
mode: single
|
|
|
|
trigger:
|
|
|
|
- platform: state
|
|
|
|
entity_id: binary_sensor.bedroom_motion_occupancy
|
|
|
|
from: 'off'
|
|
|
|
to: 'on'
|
|
|
|
condition:
|
|
|
|
- condition: numeric_state
|
|
|
|
entity_id: sensor.bedroom_motion_illuminance
|
2021-12-12 22:19:49 +00:00
|
|
|
below: '16'
|
2021-01-11 03:49:34 +00:00
|
|
|
- condition: state
|
|
|
|
entity_id: input_select.home_mode
|
|
|
|
state: Day
|
2022-08-06 21:41:47 +00:00
|
|
|
- condition: state
|
|
|
|
entity_id: media_player.bedroom_tv
|
|
|
|
state: 'off'
|
2021-01-11 03:49:34 +00:00
|
|
|
action:
|
2022-08-06 21:41:47 +00:00
|
|
|
- service: script.bedroom_lights_on
|
2021-05-10 10:24:31 +00:00
|
|
|
|
2023-06-12 21:56:22 +00:00
|
|
|
- id: bedroom_motion_off
|
2021-01-11 03:49:34 +00:00
|
|
|
alias: '[Bedroom] Motion Off'
|
|
|
|
mode: restart
|
|
|
|
trigger:
|
|
|
|
- platform: state
|
|
|
|
entity_id: binary_sensor.bedroom_motion_occupancy
|
|
|
|
for: '0:02:00'
|
|
|
|
from: 'on'
|
|
|
|
to: 'off'
|
2021-01-18 22:28:54 +00:00
|
|
|
condition:
|
|
|
|
- condition: state
|
2022-04-30 16:05:15 +00:00
|
|
|
entity_id: alarm_control_panel.home_alarm
|
2021-01-18 22:28:54 +00:00
|
|
|
state: disarmed
|
2021-01-11 03:49:34 +00:00
|
|
|
action:
|
2021-11-12 01:56:26 +00:00
|
|
|
- service: script.bedroom_lights_off
|