We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f9aeba commit 48e70a7Copy full SHA for 48e70a7
custom_components/speedport/__init__.py
@@ -26,6 +26,7 @@ async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool:
26
speedport = await Speedport(
27
host=entry.data["host"],
28
password=entry.data["password"],
29
+ https=entry.data["https"],
30
session=aiohttp_client.async_get_clientsession(hass),
31
pause_time=entry.options.get("pause_time", 5),
32
).create()
0 commit comments