-
Notifications
You must be signed in to change notification settings - Fork 494
Modular profiles for matter switch #2112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Duplicate profile check: Passed - no duplicate profiles detected. |
Channel deleted. |
Test Results 67 files 441 suites 0s ⏱️ Results for commit 91a5f9e. ♻️ This comment has been updated with latest results. |
Minimum allowed coverage is Generated by 🐒 cobertura-action against 91a5f9e |
3d2d422
to
49ba419
Compare
5eb9086
to
f62162d
Compare
49ba419
to
ea07e1b
Compare
1edd282
to
86c5572
Compare
ea07e1b
to
653030b
Compare
86c5572
to
0895ef7
Compare
optional: true | ||
- id: batteryLevel | ||
optional: true | ||
categories: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
since these categories aren't actually being used, I kinda lean against adding them. What do you think?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I could go either way on that, since we use categories for secondary components in existing profiles. I think the plugin might actually use the category for things too, but I'm not certain
653030b
to
ea1236c
Compare
a7b3ff4
to
f3eb6b5
Compare
b6a1580
to
2da14cc
Compare
83f6ba7
to
aab9ad4
Compare
With the previous commit, switches and buttons were not being initialized when modular profiles were used
Add new modular profiles to support other device types that require different categories. Add new logic in the driver to support the new profiles.
4b4d5a4
to
fb3e7d3
Compare
Support additional, optional plug components in the plug-modular profile. Also, fix the component mapping for button endpoints.
fb3e7d3
to
91a5f9e
Compare
I will likely be closing this PR, please see latest changes from #2142 |
Type of Change
Checklist
Description of Change
Adding support for modular profiles for the matter switch driver.
Summary of Completed Tests