Fix Lighting Package

This commit is contained in:
2023-02-11 09:23:14 -08:00
parent 2e3e8ff5d2
commit 2736246bc6

View File

@@ -297,7 +297,7 @@ automation:
- platform: numeric_state - platform: numeric_state
entity_id: proximity.jpk entity_id: proximity.jpk
below: 2 below: 2
condition: "{{ state_attr('sun.sun', 'elevation') < 5" condition: "{{ state_attr('sun.sun', 'elevation') < 5 }}"
mode: queued mode: queued
action: action:
- service: light.turn_on - service: light.turn_on