From ba1b9c6cb99f6a37ad69c1b6e14aa999f9725f5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20St=C3=BCrmer?= Date: Thu, 23 Dec 2021 15:23:13 +0100 Subject: [PATCH] Set minimum required HA version to 2021.12.0 (#175) --- hacs.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hacs.json b/hacs.json index f6eb9e1..9d41e37 100644 --- a/hacs.json +++ b/hacs.json @@ -3,5 +3,5 @@ "hacs": "1.6.0", "domains": ["binary_sensor", "sensor"], "iot_class": "Local Polling", - "homeassistant": "2021.9.0" + "homeassistant": "2021.12.0" }