From 15f61e143d0880ff3f9bfc1121fbc007b47fa307 Mon Sep 17 00:00:00 2001 From: 5ila5 <5ila5@users.noreply.github.com> Date: Thu, 18 Jul 2024 21:35:41 +0200 Subject: [PATCH] set minimum HA version to 2023.12.0 --- hacs.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hacs.json b/hacs.json index 2e8937cad..c30bf9bda 100644 --- a/hacs.json +++ b/hacs.json @@ -1,5 +1,6 @@ { "name": "Waste Collection Schedule", "domains": ["sensor"], - "iot_class": "cloud_polling" + "iot_class": "cloud_polling", + "homeassistant": "2023.12.0" }