Skip to content

Commit

Permalink
Fix tplink_lte setup (#107642)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p authored Jan 9, 2024
1 parent 3c53693 commit 29dd70c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homeassistant/components/tplink_lte/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ async def async_setup(hass: HomeAssistant, config: ConfigType) -> bool:

tasks = [_setup_lte(hass, conf) for conf in domain_config]
if tasks:
await asyncio.wait(tasks)
await asyncio.gather(*tasks)

for conf in domain_config:
for notify_conf in conf.get(CONF_NOTIFY, []):
Expand Down

0 comments on commit 29dd70c

Please sign in to comment.