Skip to content

Commit

Permalink
Merge pull request #33 from hg1337/develop
Browse files Browse the repository at this point in the history
2024.11.0
  • Loading branch information
hg1337 authored Nov 1, 2024
2 parents 6051b9f + e4e752f commit 1588591
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion custom_components/dwd/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@

from homeassistant.config_entries import ConfigEntry
from homeassistant.const import Platform
from homeassistant.core import Config, HomeAssistant
from homeassistant.core import HomeAssistant
from homeassistant.core_config import Config
from homeassistant.exceptions import ConfigEntryNotReady
from homeassistant.helpers import config_validation as cv
from homeassistant.helpers.aiohttp_client import async_get_clientsession
Expand Down
2 changes: 1 addition & 1 deletion custom_components/dwd/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
"requirements": [
"defusedxml==0.7.1"
],
"version": "2024.9.0"
"version": "2024.11.0"
}
2 changes: 1 addition & 1 deletion custom_components/dwd/weather.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from datetime import UTC, date, datetime, time, timedelta
from enum import Enum
import logging
from typing import Any, Optional
from typing import Any

from homeassistant.components.weather import (
ATTR_CONDITION_CLEAR_NIGHT,
Expand Down
2 changes: 1 addition & 1 deletion hacs.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Deutscher Wetterdienst (by hg1337)",
"homeassistant": "2024.4.0",
"homeassistant": "2024.11.0",
"render_readme": true
}

0 comments on commit 1588591

Please sign in to comment.