From baa226bcab1a0e35e54ef2e7048119af962e3a7a Mon Sep 17 00:00:00 2001 From: mike Date: Wed, 15 Nov 2023 06:01:26 -0800 Subject: [PATCH] Uncomment binary sensor domain for the motion sensor --- motion-activated-light.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/motion-activated-light.yaml b/motion-activated-light.yaml index 8424705..afadce5 100644 --- a/motion-activated-light.yaml +++ b/motion-activated-light.yaml @@ -16,7 +16,7 @@ blueprint: description: "Entity ID of the motion sensor" selector: entity: - # domain: binary_sensor + domain: binary_sensor # for some reason, using a device_class of motion_sensor ends up hiding the actual motion sensors # device_class: motion_sensor