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"