Skip to content

Commit 6af848f

Browse files
authored
Merge pull request #417 from z-master42/master
Fix: Update __init__.py
2 parents 1708608 + cd6d991 commit 6af848f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/thermal_comfort/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool:
6464
# We have no unique_id yet, let's use backup.
6565
hass.config_entries.async_update_entry(entry, unique_id=entry.entry_id)
6666

67-
hass.async_create_task(
67+
await hass.async_create_task(
6868
hass.config_entries.async_forward_entry_setups(entry, PLATFORMS)
6969
)
7070
update_listener = entry.add_update_listener(async_update_options)

0 commit comments

Comments
 (0)