Update Lighting Package
This commit is contained in:
@@ -293,7 +293,7 @@ automation:
|
|||||||
entity_id: scene.jen_nightstand_high
|
entity_id: scene.jen_nightstand_high
|
||||||
|
|
||||||
# Automations for Presence Changes
|
# Automations for Presence Changes
|
||||||
- alias: Turn On Porch Light after Chorale
|
- alias: Turn On Porch Light when Arriving Home at Night
|
||||||
trigger:
|
trigger:
|
||||||
- platform: zone
|
- platform: zone
|
||||||
entity_id: person.jpk
|
entity_id: person.jpk
|
||||||
@@ -307,6 +307,12 @@ automation:
|
|||||||
entity_id: person.jpk
|
entity_id: person.jpk
|
||||||
zone: zone.chorale_rehearsal_alt
|
zone: zone.chorale_rehearsal_alt
|
||||||
event: leave
|
event: leave
|
||||||
|
- platform: numeric_state
|
||||||
|
entity_id: proximity.jen
|
||||||
|
below: 10
|
||||||
|
- platform: numeric_state
|
||||||
|
entity_id: proximity.jpk
|
||||||
|
below: 10
|
||||||
condition:
|
condition:
|
||||||
- condition: state
|
- condition: state
|
||||||
alias: "Sun down"
|
alias: "Sun down"
|
||||||
|
|||||||
Reference in New Issue
Block a user