Skip to content

Commit

Permalink
Version bump of dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
FL550 committed Nov 9, 2024
1 parent e4bfea9 commit 5583b04
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
2 changes: 1 addition & 1 deletion custom_components/dwd_weather/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
Platform.SENSOR,
Platform.WEATHER,
]
INTEGRATION_VERSION = "2.1.22"
INTEGRATION_VERSION = "2.1.23"
MIN_REQUIRED_HA_VERSION = "2024.10"

ATTR_LATEST_UPDATE = "latest_update_utc"
Expand Down
13 changes: 3 additions & 10 deletions 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.22",
"version": "2.1.23",
"name": "Deutscher Wetterdienst (DWD)",
"documentation": "https://github.com/FL550/dwd_weather",
"issue_tracker": "https://github.com/FL550/dwd_weather/issues",
Expand All @@ -10,16 +10,9 @@
"@FL550"
],
"requirements": [
"simple_dwd_weatherforecast==2.1.10",
"simple_dwd_weatherforecast==2.1.11",
"markdownify==0.6.5",
"suntimes==1.1.2",
"lxml",
"requests",
"Pillow",
"arrow",
"stream-inflate==0.0.14",
"stream-unzip==0.0.95",
"httpx"
"suntimes==1.1.2"
],
"iot_class": "cloud_polling"
}

0 comments on commit 5583b04

Please sign in to comment.