Skip to content

Commit

Permalink
Bugfixes and improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
FL550 committed Sep 11, 2024
1 parent 83f63f6 commit 9e92384
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions custom_components/dwd_weather/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down
8 changes: 6 additions & 2 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.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",
Expand All @@ -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"
}
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
homeassistant==2024.6.0
homeassistant==2024.9.0
pip>=21.3.1
ruff==0.6.2

0 comments on commit 9e92384

Please sign in to comment.