Skip to content

Commit

Permalink
Merge pull request #294 from ChristophCaina/main
Browse files Browse the repository at this point in the history
fix #292
  • Loading branch information
dvx76 authored Jul 13, 2024
2 parents d4520b5 + cee45ae commit 18e7c45
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions custom_components/skodaconnect/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,9 +253,7 @@ def is_enabled(attr):

for component in components:
coordinator.platforms.append(component)
hass.async_create_task(
hass.config_entries.async_forward_entry_setup(entry, component)
)
await hass.config_entries.async_forward_entry_setup(entry, component)

# Service functions
async def get_car(service_call):
Expand Down

0 comments on commit 18e7c45

Please sign in to comment.