From 94f26ae2c5002d00de85d3c5bc4e172cf787d817 Mon Sep 17 00:00:00 2001 From: theneweinstein <34983911+theneweinstein@users.noreply.github.com> Date: Thu, 16 Dec 2021 20:20:14 +0100 Subject: [PATCH] Update hacs.json Bump needed HA version to 2021.12 --- hacs.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hacs.json b/hacs.json index 2addac7..846db20 100644 --- a/hacs.json +++ b/hacs.json @@ -3,5 +3,5 @@ "render_readme": true, "domains": ["sensor","light","switch","select","number"], "iot_class": "Local Polling", - "homeassistant": "2021.8" - } \ No newline at end of file + "homeassistant": "2021.12" + }