-
Notifications
You must be signed in to change notification settings - Fork 127
Description
Description
Problem Description
After upgrading to version 7.1.8, all binary_sensor entities for AI detection have disappeared from Home Assistant. Only select entities remain for configuring detection sensitivity, but there are no sensors to actually trigger automations when detection occurs.
Previous behavior (v6.1.4 and earlier):
The integration exposed binary sensors like:
binary_sensor.c325_entre_person_detection
binary_sensor.c325_entre_pet_detection
binary_sensor.c325_entre_vehicle_detection
These sensors would change state when the camera detected persons, pets, or vehicles, allowing automations to trigger.
Current behavior (v7.1.8):
Only select entities exist:
select.c325_entre_person_detection (state: "normal")
select.c325_entre_pet_detection (state: "normal")
select.c325_entre_vehicle_detection (state: "normal")
No binary sensors are exposed, making it impossible to use AI detection in automations.
Reproduction Steps
Steps to Reproduce
Upgrade Tapo Control integration to v7.1.8
Remove and re-add camera
Check Developer Tools → States
Search for binary_sensor.c325detection
No AI detection binary sensors found
Expected behavior
Expect to see sensors triggered when pet, human or vehicle is detected, but now we not even have the sensors anymore. I have done a full reinstall and adding cameras again, but it does not work.
If applicable, add error logs.
No response
Device Firmware
1.3.8
Integration Version
7.1.8
Last known working integration version
7.x
Using stream component
Yes
Does camera work via official integrations?
N/A
HASS Environment
HAOS
Search for similar issues
Yes
Additional information
Impact
This is a critical breaking change that completely breaks existing automations relying on AI detection. Users cannot:
Trigger lights only for person detection (not pets)
Create smart automations based on vehicle detection
Differentiate between motion types
Additional Information
All AI detection features work normally in the Tapo mobile app
Motion detection is enabled on camera
switch.c325_entre_trigger_alarm_on_people_detection exists and is ON
Camera streams work perfectly (camera.c325_entre_hd_stream)
All other entities load correctly except detection binary sensors
Debug Logs (Required)
There is no logs for this issue...