Closed rct closed 3 weeks ago
Some notes from additional testing. I get the same TypeError: 'bool' object is not subscriptable
error when trying to turn the light entity on for one of my C120's. The light entity for the other C120 works correctly.
Description
If
light.turn_off
is called withentity_id: all, it will generate
TypeError: 'bool' object is not subscriptable` in tapo_controlReproduction Steps
To reproduce, need a tapo camera that has a light entity. Then call light.turn_off from developer tools -> actions
Expected behavior
Tapo controls should not be able to make
light.turn_off
for all entities fail.If applicable, add error logs.
Device Firmware
1.2.2 Build 240905 Rel.41780n
Integration Version
5.6.3
Using stream component
No
Does camera work via official integrations?
Yes
Camera has all attributes filled out in developer tools
Yes
HASS Environment
Home Assistant OS in VM on x86_64 (KVM)
Search for similar issues
Yes
Additional information
Only cameras connected right now are two C120's with the same firmware version.