mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-17 19:06:53 +00:00
Checks for open garages at sundown and then turns on front lights bright white when they are open (kids outside)
This commit is contained in:
@@ -6,6 +6,10 @@
|
||||
- platform: state
|
||||
entity_id: group.garage_doors
|
||||
state: 'open'
|
||||
- platform: state
|
||||
entity_id: sun.sun
|
||||
state: 'below_horizon'
|
||||
from: 'above_horizon'
|
||||
|
||||
condition:
|
||||
condition: and
|
||||
@@ -13,6 +17,9 @@
|
||||
- condition: state
|
||||
entity_id: sun.sun
|
||||
state: 'below_horizon'
|
||||
- condition: state
|
||||
entity_id: group.garage_doors
|
||||
state: 'open'
|
||||
|
||||
action:
|
||||
- service: scene.turn_on
|
||||
|
Reference in New Issue
Block a user