Fix Reolink smart AI sensors (#142454)

This commit is contained in:
starkillerOG
2025-04-07 09:35:44 +02:00
committed by GitHub
parent a44adf2e6f
commit 3e4a077862

View File

@@ -301,7 +301,7 @@ async def async_setup_entry(
) )
for entity_description in BINARY_SMART_AI_SENSORS for entity_description in BINARY_SMART_AI_SENSORS
for location in api.baichuan.smart_location_list( for location in api.baichuan.smart_location_list(
channel, entity_description.key channel, entity_description.smart_type
) )
if entity_description.supported(api, channel, location) if entity_description.supported(api, channel, location)
) )