Fix automation delay

This commit is contained in:
GeorgeSG
2026-01-25 13:31:47 +02:00
parent 7c5856bcc2
commit 8d4ba1905d

View File

@@ -3,7 +3,7 @@ template:
- binary_sensor:
- name: Paper 1 Motion Detected
device_class: "occupancy"
delay_off: 1min
delay_off: "00:01:00"
state: >-
{%- if states('binary_sensor.hallway_motion_occupancy') == 'on' or states('binary_sensor.hallway_motion_2_occupancy') == 'on' or states('binary_sensor.kitchen_motion_occupancy') == 'on' %}
on