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
|
||||
trigger:
|
||||
- platform: numeric_state
|
||||
entity_id: proximity.jen
|
||||
below: 2
|
||||
entity_id: sensor.jen_nearest_distance
|
||||
below: 6500
|
||||
- platform: numeric_state
|
||||
entity_id: proximity.jpk
|
||||
below: 2
|
||||
entity_id: sensor.jp_nearest_distance
|
||||
below: 6500
|
||||
condition: "{{ state_attr('sun.sun', 'elevation') < 5 }}"
|
||||
mode: queued
|
||||
action:
|
||||
|
||||
Reference in New Issue
Block a user