35 lines
826 B
YAML
Raw Normal View History

- alias: TV Time
trigger:
- platform: sun
event: sunset
2016-10-19 17:38:48 +00:00
offset: '+01:00:00'
- platform: event
event_type: tv_time
2016-10-12 17:22:09 +00:00
- platform: state
entity_id: sensor.samsungtv
state: Online
2016-10-19 17:38:48 +00:00
- platform: time
after: '20:00:00'
2016-10-12 17:22:09 +00:00
condition:
condition: and
conditions:
- condition: state
entity_id: group.family
state: home
- condition: state
entity_id: sensor.samsungtv
state: Online
- 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-19 17:38:48 +00:00
- condition: time
after: '20:00:00'
2016-10-12 17:22:09 +00:00
action:
service: scene.turn_on
entity_id: scene.living_room_tv_time