2022-08-06 21:41:47 +00:00
|
|
|
- id: bedroom-tv-on
|
2022-08-07 21:55:25 +00:00
|
|
|
alias: '[Bedroom] TV On'
|
2022-08-06 21:41:47 +00:00
|
|
|
trigger:
|
|
|
|
- platform: state
|
2022-08-29 18:12:12 +00:00
|
|
|
entity_id: switch.bedroom_tv
|
2022-08-06 21:41:47 +00:00
|
|
|
to: 'on'
|
2022-08-07 21:55:25 +00:00
|
|
|
condition:
|
|
|
|
- condition: state
|
|
|
|
entity_id: input_select.home_mode
|
|
|
|
state: Day
|
2022-08-06 21:41:47 +00:00
|
|
|
action:
|
|
|
|
- service: script.bedroom_tv_scene
|
2022-08-07 21:55:25 +00:00
|
|
|
|
|
|
|
- id: bedroom-tv-off
|
|
|
|
alias: '[Bedroom] TV Off'
|
|
|
|
trigger:
|
|
|
|
- platform: state
|
2022-08-29 18:12:12 +00:00
|
|
|
entity_id: switch.bedroom_tv
|
2022-08-07 21:55:25 +00:00
|
|
|
to: 'off'
|
|
|
|
condition:
|
|
|
|
- condition: state
|
|
|
|
entity_id: input_select.home_mode
|
|
|
|
state: Day
|
|
|
|
action:
|
|
|
|
- service: script.bedroom_tv_off_scene
|