diff --git a/custom_components/dwd_weather/__init__.py b/custom_components/dwd_weather/__init__.py index a0086fd..fa8fb7b 100644 --- a/custom_components/dwd_weather/__init__.py +++ b/custom_components/dwd_weather/__init__.py @@ -4,9 +4,8 @@ import logging from homeassistant.config_entries import ConfigEntry -from homeassistant.core import HomeAssistant, Config - -# from homeassistant.core_config import Config +from homeassistant.core import HomeAssistant +from homeassistant.core_config import Config from homeassistant.exceptions import ConfigEntryNotReady from homeassistant.helpers.update_coordinator import DataUpdateCoordinator from homeassistant.helpers.entity_registry import async_migrate_entries diff --git a/custom_components/dwd_weather/const.py b/custom_components/dwd_weather/const.py index 9d530bf..d10bca7 100644 --- a/custom_components/dwd_weather/const.py +++ b/custom_components/dwd_weather/const.py @@ -14,8 +14,8 @@ Platform.SENSOR, Platform.WEATHER, ] -INTEGRATION_VERSION = "2.1.21" -MIN_REQUIRED_HA_VERSION = "2024.6.1" +INTEGRATION_VERSION = "2.1.22" +MIN_REQUIRED_HA_VERSION = "2024.11" ATTR_LATEST_UPDATE = "latest_update_utc" ATTR_REPORT_ISSUE_TIME = "report_time_utc" diff --git a/custom_components/dwd_weather/manifest.json b/custom_components/dwd_weather/manifest.json index 08f42a7..c7fd5fe 100644 --- a/custom_components/dwd_weather/manifest.json +++ b/custom_components/dwd_weather/manifest.json @@ -1,6 +1,6 @@ { "domain": "dwd_weather", - "version": "2.1.21", + "version": "2.1.22", "name": "Deutscher Wetterdienst (DWD)", "documentation": "https://github.com/FL550/dwd_weather", "issue_tracker": "https://github.com/FL550/dwd_weather/issues", diff --git a/hacs.json b/hacs.json index d1cd1e9..c2fb0d2 100644 --- a/hacs.json +++ b/hacs.json @@ -1,6 +1,6 @@ { "name": "Deutscher Wetterdienst", - "homeassistant": "2024.06.1", + "homeassistant": "2024.11.0b0", "domains": [ "weather", "sensor"