Home-AssistantConfig/automation/tv_time_off.yaml

21 lines
478 B
YAML
Raw Normal View History

2016-10-19 17:38:48 +00:00
- alias: TV Time off
2016-10-18 00:37:26 +00:00
trigger:
- platform: state
entity_id: sensor.samsungtv
state: offline
condition:
condition: and
conditions:
- condition: state
entity_id: sun.sun
state: 'below_horizon'
2016-10-18 01:09:31 +00:00
- condition: state
2016-10-18 00:52:04 +00:00
entity_id: input_boolean.guest_mode
state: 'off'
2016-10-18 00:37:26 +00:00
action:
service: light.turn_off
entity_id:
- group.living_room
- group.living_room_accents