Skip to content

Conversation

@SecKatie
Copy link
Owner

Summary

  • Detect Wyze Bulb Cam (HL_BC) and create a light entity for its integrated bulb
  • Add "bulbcam" light type with "Light" name suffix and lightbulb icon
  • Refactor name and icon properties to use dict lookup for cleaner, more maintainable code

Details

This PR adds Home Assistant light entity support for the Wyze Bulb Cam (model HL_BC). The Bulb Cam has an integrated light that can be controlled via the Wyze API.

Dependencies: This PR requires SecKatie/wyzeapy#195 to be merged first, which adds the underlying API support for controlling the Bulb Cam light.

Test plan

  • Install updated wyzeapy library with Bulb Cam support
  • Verify Bulb Cam light entity appears in Home Assistant
  • Test turning light on/off from Home Assistant
  • Verify state updates when light is controlled from Wyze app

Closes #742

🤖 Generated with Claude Code

SecKatie and others added 3 commits December 9, 2025 22:14
- Detect HL_BC (Bulb Cam) and create light entity for it
- Add "bulbcam" light type with appropriate name and icon
- Refactor name/icon properties to use dict lookup for cleaner code

Requires SecKatie/wyzeapy#195

Closes #742

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <[email protected]>
Updates dependency to use wyzeapy pre-release with Bulb Cam support.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <[email protected]>
Updates manifest.json and pyproject.toml to require wyzeapy 0.5.31rc1
from PyPI, which includes Wyze Bulb Cam light support.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature Request] Add Support for Wyze Bulb Camera Light Bulb

2 participants