1
0

Update bedroom motion to not turn on lights when watching tv

This commit is contained in:
Przemek Grondek 2022-04-27 23:42:10 +02:00
parent 5f22b3f6eb
commit 25d5022813

View File

@ -14,7 +14,26 @@
entity_id: input_select.home_mode
state: Day
action:
- service: script.bedroom_lights_on
- choose:
- conditions:
- condition: state
entity_id: media_player.bedroom_tv
state: 'on'
sequence:
- choose:
- conditions:
- condition: state
entity_id: sensor.bedroom_tv_media_input_source
state: HDMI2
- condition: not
conditions:
- condition: state
entity_id: media_player.bedroom_atv
state: playing
sequence:
- service: script.bedroom_lights_on
default:
- service: script.bedroom_lights_on
- id: bedroom-motion-off
alias: '[Bedroom] Motion Off'