mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-02-09 00:55:08 +00:00
9 lines
198 B
YAML
9 lines
198 B
YAML
|
house_lights_up:
|
||
|
sequence:
|
||
|
- delay:
|
||
|
seconds: 3
|
||
|
- condition: state
|
||
|
entity_id: media_player.apple_tv
|
||
|
state: "idle"
|
||
|
- service: scene.turn_on
|
||
|
entity_id: scene.livingroom_normal
|