Skip to content

Commit

Permalink
Follow HA update
Browse files Browse the repository at this point in the history
  • Loading branch information
FL550 committed Oct 31, 2024
1 parent 1422477 commit b1e1f66
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions custom_components/dwd_weather/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions custom_components/dwd_weather/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion custom_components/dwd_weather/manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion hacs.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Deutscher Wetterdienst",
"homeassistant": "2024.06.1",
"homeassistant": "2024.11.0b0",
"domains": [
"weather",
"sensor"
Expand Down

0 comments on commit b1e1f66

Please sign in to comment.