fix: Update proximity sensors to new sensor names
This commit is contained in:
@@ -292,11 +292,11 @@ automation:
|
|||||||
- alias: Turn On Porch Light when Arriving Home at Night
|
- alias: Turn On Porch Light when Arriving Home at Night
|
||||||
trigger:
|
trigger:
|
||||||
- platform: numeric_state
|
- platform: numeric_state
|
||||||
entity_id: proximity.jen
|
entity_id: sensor.jen_nearest_distance
|
||||||
below: 2
|
below: 6500
|
||||||
- platform: numeric_state
|
- platform: numeric_state
|
||||||
entity_id: proximity.jpk
|
entity_id: sensor.jp_nearest_distance
|
||||||
below: 2
|
below: 6500
|
||||||
condition: "{{ state_attr('sun.sun', 'elevation') < 5 }}"
|
condition: "{{ state_attr('sun.sun', 'elevation') < 5 }}"
|
||||||
mode: queued
|
mode: queued
|
||||||
action:
|
action:
|
||||||
|
|||||||
Reference in New Issue
Block a user