You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
478 B
21 lines
478 B
- 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 |