Skip to content

Commit

Permalink
Merge pull request #8 from yarafie/patch-1
Browse files Browse the repository at this point in the history
Update __init__.py
  • Loading branch information
sam43434 committed Feb 11, 2023
2 parents d1cbaaf + de3be57 commit 57e0920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/remootio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool:
hass_data = hass.data.setdefault(DOMAIN, {}).setdefault(entry.entry_id, {})
hass_data[REMOOTIO_CLIENT] = remootio_client

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

return True

Expand Down

0 comments on commit 57e0920

Please sign in to comment.