From 84433a2a35ea688fc82d6a1c1b3690cb282f1b8f Mon Sep 17 00:00:00 2001 From: unrza249 Date: Mon, 2 Mar 2026 17:11:37 +0100 Subject: [PATCH] adds gitignore --- motion_activated_scene.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/motion_activated_scene.yaml b/motion_activated_scene.yaml index b8ad0d5..b433d76 100644 --- a/motion_activated_scene.yaml +++ b/motion_activated_scene.yaml @@ -10,8 +10,12 @@ blueprint: entity: multiple: true filter: - domain: binary_sensor - device_class: motion + - domain: binary_sensor + device_class: motion + - domain: binary_sensor + device_class: occupancy + - domain: binary_sensor + device_class: presence no_motion_wait: name: Wait time description: Time to leave the scene on after last motion is detected.