mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-02-22 17:06:15 +00:00
17 lines
323 B
YAML
17 lines
323 B
YAML
|
- alias: TV Time
|
||
|
trigger:
|
||
|
- platform: sun
|
||
|
event: sunset
|
||
|
offset: '+00:30:00'
|
||
|
- platform: event
|
||
|
event_type: tv_time
|
||
|
|
||
|
condition:
|
||
|
condition: state
|
||
|
entity_id: group.family
|
||
|
state: home
|
||
|
|
||
|
action:
|
||
|
service: scene.turn_on
|
||
|
entity_id: scene.living_room_tv_time
|