mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-02-21 16:44:46 +00:00
21 lines
478 B
YAML
Executable File
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 |