From c36730866ddcd0c93eb3bacbedfcfed08e6f4246 Mon Sep 17 00:00:00 2001 From: Artem Sorokin Date: Mon, 9 Dec 2024 16:38:54 +0300 Subject: [PATCH] Change minimal HA version to 2024.9 --- hacs.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hacs.json b/hacs.json index 6241e34b..cd24a212 100644 --- a/hacs.json +++ b/hacs.json @@ -1,6 +1,6 @@ { "name": "Yandex Smart Home", - "homeassistant": "2023.9", + "homeassistant": "2024.9", "country": ["RU", "BY"], "render_readme": true, "zip_release": true,