mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 16:57:53 +00:00
Fix Reolink smart AI sensors (#142454)
This commit is contained in:
parent
d39fa39a03
commit
44a92ca81c
@ -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