From e816de9d77bd321e7104f916a389fe389a405bd0 Mon Sep 17 00:00:00 2001 From: Stephen Kuntz Date: Tue, 29 Apr 2025 15:52:42 -0400 Subject: [PATCH] revert multiples as they are treated like "ands" in the condtions --- parabolic_alarm.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/parabolic_alarm.yaml b/parabolic_alarm.yaml index eac1906..4cdb9b9 100644 --- a/parabolic_alarm.yaml +++ b/parabolic_alarm.yaml @@ -38,7 +38,7 @@ blueprint: filter: - domain: - binary_sensor - multiple: true + multiple: false person_sensor: name: 👤 Person Sensor description: Select the person sensor so that the alarm will only run when you are home. @@ -47,7 +47,7 @@ blueprint: filter: - domain: - person - multiple: true + multiple: false alarm_script: name: 📄 Script to trigger description: Light Alarm Script