Home-AssistantConfig/automation/tv_time_off.yaml
2016-10-19 17:38:48 +00:00

21 lines
478 B
YAML
Executable File

- alias: TV Time off
trigger:
- platform: state
entity_id: sensor.samsungtv
state: offline
condition:
condition: and
conditions:
- condition: state
entity_id: sun.sun
state: 'below_horizon'
- condition: state
entity_id: input_boolean.guest_mode
state: 'off'
action:
service: light.turn_off
entity_id:
- group.living_room
- group.living_room_accents