From 4ed89ccd266c64bbe10609b43862aa1419536ea2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Erik=20Hedenstr=C3=B6m?= <erik@hedenstroem.com>
Date: Mon, 9 Oct 2023 18:50:51 +0000
Subject: [PATCH] Added 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 648f35a..0074d28 100644
--- a/automation/closet-light-timer.yaml
+++ b/automation/closet-light-timer.yaml
@@ -9,6 +9,7 @@ blueprint:
       selector:
         entity:
           domain: binary_sensor
+          device_class: door
     closet_light:
       name: Closet Light
       description: The light in the closet.
-- 
GitLab