mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-02-21 00:25:12 +00:00
28 lines
634 B
YAML
Executable File
28 lines
634 B
YAML
Executable File
- alias: TV Time
|
|
trigger:
|
|
- platform: sun
|
|
event: sunset
|
|
offset: '+00:30:00'
|
|
- platform: event
|
|
event_type: tv_time
|
|
- platform: state
|
|
entity_id: sensor.samsungtv
|
|
state: Online
|
|
|
|
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'
|
|
|
|
action:
|
|
service: scene.turn_on
|
|
entity_id: scene.living_room_tv_time
|