1
0
ansible-home-assistant/configuration/automations/bedroom-tv.yaml

26 lines
564 B
YAML
Raw Normal View History

- id: bedroom-tv-on
2022-08-07 21:55:25 +00:00
alias: '[Bedroom] TV On'
trigger:
- platform: state
entity_id: media_player.bedroom_tv
to: 'on'
2022-08-07 21:55:25 +00:00
condition:
- condition: state
entity_id: input_select.home_mode
state: Day
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
entity_id: media_player.bedroom_tv
to: 'off'
condition:
- condition: state
entity_id: input_select.home_mode
state: Day
action:
- service: script.bedroom_tv_off_scene