Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
azerty9971 committed Jan 28, 2025
1 parent 4a34153 commit 3d7995b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions custom_components/xtend_tuya/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ async def async_setup_entry(hass: HomeAssistant, entry: XTConfigEntry) -> bool:
await hass.async_add_executor_job(multi_manager.refresh_mq)
service_manager.register_services()
await cleanup_duplicated_devices(hass, entry)
LOGGER.debug(f"Xtended Tuya {entry.title} loaded")
return True


Expand Down

0 comments on commit 3d7995b

Please sign in to comment.