Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
await async_forward_entry_setups
  • Loading branch information
z-master42 authored Dec 8, 2024
1 parent 1708608 commit cd6d991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/thermal_comfort/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool:
# We have no unique_id yet, let's use backup.
hass.config_entries.async_update_entry(entry, unique_id=entry.entry_id)

hass.async_create_task(
await hass.async_create_task(
hass.config_entries.async_forward_entry_setups(entry, PLATFORMS)
)
update_listener = entry.add_update_listener(async_update_options)
Expand Down

0 comments on commit cd6d991

Please sign in to comment.