Skip to content

Commit

Permalink
Use https if selected, fix #10
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre0512 committed Feb 18, 2024
1 parent 1f9aeba commit 48e70a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions custom_components/speedport/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool:
speedport = await Speedport(
host=entry.data["host"],
password=entry.data["password"],
https=entry.data["https"],
session=aiohttp_client.async_get_clientsession(hass),
pause_time=entry.options.get("pause_time", 5),
).create()
Expand Down

0 comments on commit 48e70a7

Please sign in to comment.