mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-08-17 19:46:43 +00:00
Attempting a house lights up solution
This commit is contained in:
9
scripts/house_lights_up.yaml
Normal file
9
scripts/house_lights_up.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
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
|
Reference in New Issue
Block a user