From 9e923846d0223f7a70c133cfb8d373ad67ee0e6d Mon Sep 17 00:00:00 2001 From: FL550 Date: Wed, 11 Sep 2024 10:13:56 +0000 Subject: [PATCH] Bugfixes and improvements --- custom_components/dwd_weather/config_flow.py | 4 ++-- custom_components/dwd_weather/manifest.json | 8 ++++++-- requirements.txt | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/custom_components/dwd_weather/config_flow.py b/custom_components/dwd_weather/config_flow.py index d44311e..f52928a 100644 --- a/custom_components/dwd_weather/config_flow.py +++ b/custom_components/dwd_weather/config_flow.py @@ -385,7 +385,7 @@ async def async_step_select_map_content(self, user_input=None): CONF_MAP_BACKGROUND_BUNDESLAENDER, CONF_MAP_BACKGROUND_KREISE, CONF_MAP_BACKGROUND_GEMEINDEN, - # CONF_MAP_BACKGROUND_SATELLIT, + CONF_MAP_BACKGROUND_SATELLIT, ] ), "custom_value": False, @@ -578,7 +578,7 @@ async def async_step_init(self, user_input: dict[str] | None = None) -> FlowResu CONF_MAP_BACKGROUND_BUNDESLAENDER, CONF_MAP_BACKGROUND_KREISE, CONF_MAP_BACKGROUND_GEMEINDEN, - # CONF_MAP_BACKGROUND_SATELLIT, + CONF_MAP_BACKGROUND_SATELLIT, ] ), "custom_value": False, diff --git a/custom_components/dwd_weather/manifest.json b/custom_components/dwd_weather/manifest.json index df0ab91..9b1f471 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.7", + "version": "2.1.8", "name": "Deutscher Wetterdienst (DWD)", "documentation": "https://github.com/FL550/dwd_weather", "issue_tracker": "https://github.com/FL550/dwd_weather/issues", @@ -9,6 +9,10 @@ "codeowners": [ "@FL550" ], - "requirements": ["simple_dwd_weatherforecast==2.1.1","markdownify==0.6.5","suntimes==1.1.2"], + "requirements": [ + "simple_dwd_weatherforecast==2.1.3", + "markdownify==0.6.5", + "suntimes==1.1.2" + ], "iot_class": "cloud_polling" } diff --git a/requirements.txt b/requirements.txt index 0b9442e..c5b514c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -homeassistant==2024.6.0 +homeassistant==2024.9.0 pip>=21.3.1 ruff==0.6.2 \ No newline at end of file