Skip to content

[Feature Request] WYZE_CAKP2JFUS and LD_CFP models don't report camera availability for the binary sensor platform #783

@mymac80

Description

@mymac80

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

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions