Add support for occupancy/vacancy groups in Lutron Caseta component#33032
Conversation
|
Thank you for your contribution thus far! 🎖 Since this is a significant contribution, we would appreciate you'd added yourself to the list of code owners for this integration. ❤️ Please, add your GitHub username to the For more information about "code owners", see: Architecture Decision Record 0008: Code owners. |
3d9cc96 to
20f7dba
Compare
|
I rebased against the upstream |
|
The remaining test failure is a result of a new release not being cut yet for pylutron-caseta. I have an issue opened to have that release cut ASAP: gurumitts/pylutron-caseta#43 |
|
Please ping me here when we're ready to continue. |
This follows updates to pylutron-caseta to add support for these devices. This code works for me as a custom component in Home Assistant Core with pylutron-caseta 0.6.0 (currently unreleased).
9fd9fa0 to
d670353
Compare
|
@MartinHjelmare - this is ready to proceed. I removed the breaking changes section of the PR, since those were done in #33144 and no further breaking changes were made here. The upstream project has published a new release, so we should be ready to move forward. |
Proposed change
This adds support for occupancy groups (Lutron Caseta's version of motion sensors) for which support was recently added to Lutron Caseta system.
This follows updates to pylutron-caseta to add support for these
devices. This code works for me as a custom component in Home Assistant
Core with pylutron-caseta 0.6.0 (currently unreleased).
Type of change
Example entry for
configuration.yaml:Additional information
Checklist
black --fast homeassistant tests)If user exposed functionality or configuration variables are added/changed:
If the code communicates with devices, web services, or third-party tools:
Updated and included derived files by running:
python3 -m script.hassfest.requirements_all.txt.Updated by running
python3 -m script.gen_requirements_all..coveragerc.The integration reached or maintains the following Integration Quality Scale: