Skip to content

Commit

Permalink
Merge pull request #417 from z-master42/master
Browse files Browse the repository at this point in the history
Fix: Update __init__.py
  • Loading branch information
dolezsa authored Jan 15, 2025
2 parents 1708608 + cd6d991 commit 6af848f
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 6af848f

Please sign in to comment.