mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Fix Reolink smart AI sensors (#142454)
This commit is contained in:
parent
a44adf2e6f
commit
3e4a077862
@ -301,7 +301,7 @@ async def async_setup_entry(
|
||||
)
|
||||
for entity_description in BINARY_SMART_AI_SENSORS
|
||||
for location in api.baichuan.smart_location_list(
|
||||
channel, entity_description.key
|
||||
channel, entity_description.smart_type
|
||||
)
|
||||
if entity_description.supported(api, channel, location)
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user