From fe4aa4934e89c44e5a990bd9f3c504143ccd8a03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20Hedenstr=C3=B6m?= <erik@hedenstroem.com> Date: Mon, 9 Oct 2023 18:57:21 +0000 Subject: [PATCH] Added motion device class for closet door --- automation/closet-light-timer.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/automation/closet-light-timer.yaml b/automation/closet-light-timer.yaml index 0074d28..0dfe714 100644 --- a/automation/closet-light-timer.yaml +++ b/automation/closet-light-timer.yaml @@ -10,6 +10,7 @@ blueprint: entity: domain: binary_sensor device_class: door + device_class: motion closet_light: name: Closet Light description: The light in the closet. -- GitLab