Skip to content

Commit

Permalink
Merge pull request #90 from Kars-de-Jong/use_async_forward_entry_setups
Browse files Browse the repository at this point in the history
Use async_forward_entry_setups
  • Loading branch information
BenPru committed Mar 2, 2023
2 parents 2947c3c + 9ce016b commit 7341816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/luxtronik/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ async def async_setup_entry(hass: HomeAssistant, config_entry: ConfigEntry) -> b

luxtronik = hass.data[DOMAIN]

hass.config_entries.async_setup_platforms(config_entry, PLATFORMS)
await hass.config_entries.async_forward_entry_setups(config_entry, PLATFORMS)

def logout_luxtronik(event: Event) -> None:
"""Close connections to this heatpump."""
Expand Down

0 comments on commit 7341816

Please sign in to comment.