From db2312757bc4c1cd6d9153a0fa43274d461201c0 Mon Sep 17 00:00:00 2001 From: Max Date: Fri, 1 Nov 2024 10:40:10 +0100 Subject: [PATCH] Update const.py --- custom_components/dwd_weather/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/dwd_weather/const.py b/custom_components/dwd_weather/const.py index d10bca7..078d484 100644 --- a/custom_components/dwd_weather/const.py +++ b/custom_components/dwd_weather/const.py @@ -15,7 +15,7 @@ Platform.WEATHER, ] INTEGRATION_VERSION = "2.1.22" -MIN_REQUIRED_HA_VERSION = "2024.11" +MIN_REQUIRED_HA_VERSION = "2024.10" ATTR_LATEST_UPDATE = "latest_update_utc" ATTR_REPORT_ISSUE_TIME = "report_time_utc"