From 21b67909ddd42ebc92672ee3e19fb4ba6e72d894 Mon Sep 17 00:00:00 2001 From: FL550 Date: Thu, 31 Oct 2024 07:46:39 +0000 Subject: [PATCH] Version bump --- custom_components/dwd_weather/const.py | 2 +- custom_components/dwd_weather/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/dwd_weather/const.py b/custom_components/dwd_weather/const.py index 24c59a4..2a9879c 100644 --- a/custom_components/dwd_weather/const.py +++ b/custom_components/dwd_weather/const.py @@ -14,7 +14,7 @@ Platform.SENSOR, Platform.WEATHER, ] -INTEGRATION_VERSION = "2.1.7" +INTEGRATION_VERSION = "2.1.20" MIN_REQUIRED_HA_VERSION = "2024.11" ATTR_LATEST_UPDATE = "latest_update_utc" diff --git a/custom_components/dwd_weather/manifest.json b/custom_components/dwd_weather/manifest.json index 8edc339..0d41fff 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.19", + "version": "2.1.20", "name": "Deutscher Wetterdienst (DWD)", "documentation": "https://github.com/FL550/dwd_weather", "issue_tracker": "https://github.com/FL550/dwd_weather/issues",