Skip to content

Commit

Permalink
Update camera.py
Browse files Browse the repository at this point in the history
  • Loading branch information
azerty9971 committed Jan 31, 2025
1 parent 0ed9a8b commit 67c7820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/xtend_tuya/camera.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ async def async_discover_device(device_map) -> None:

async_add_entities(entities)

async_discover_device([*hass_data.manager.device_map])
await async_discover_device([*hass_data.manager.device_map])

entry.async_on_unload(
async_dispatcher_connect(hass, TUYA_DISCOVERY_NEW, async_discover_device)
Expand Down

0 comments on commit 67c7820

Please sign in to comment.