mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-04-19 10:08:18 +00:00
Fix automation delay
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user