I got Wyze v4 camera motion to work after making this change:
Update(~/homeassistant/custom_components/wyzeapi/init.py)
⎿ Added 1 line
31 from .token_manager import TokenManager
32
33 PLATFORMS = [
34 + "binary_sensor",
35 "light",
36 "switch",
37 "lock",
However, the 2 models mentioned above don't appear to be reporting events for the binary sensor platform
I got Wyze v4 camera motion to work after making this change:
Update(~/homeassistant/custom_components/wyzeapi/init.py)
⎿ Added 1 line
31 from .token_manager import TokenManager
32
33 PLATFORMS = [
34 + "binary_sensor",
35 "light",
36 "switch",
37 "lock",
However, the 2 models mentioned above don't appear to be reporting events for the binary sensor platform