-
Notifications
You must be signed in to change notification settings - Fork 502
Support Light with Motion Sensor #2279
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
Duplicate profile check: Passed - no duplicate profiles detected. |
Channel deleted. |
Test Results 68 files ±0 446 suites ±0 0s ⏱️ ±0s Results for commit a9ac2d0. ± Comparison against base commit 570fe54. This pull request removes 3 and adds 4 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
Minimum allowed coverage is Generated by 🐒 cobertura-action against 3e40cf6 |
as we do with the fan+light device, I believe we should add this to our |
Sure, that works too. I guess we can remove the fingerprint then. We also don't need the fingerprint for the fan light I suppose |
Looking at it again, I think we should go with the fingerprint approach until modular profiles are implemented. There are other devices that use profiles with the |
yeah, I can update the logic in this PR, which is where I see issues coming up |
I added one more commit to use a range of 1-100 for switchLevel in the profile as we do for other dimmer light profiles. |
This change adds a generic fingerprint and supporting profile for a light with a motion sensor.
a9ac2d0
to
3e40cf6
Compare
Type of Change
Checklist
Description of Change
This change adds a generic fingerprint and supporting profile for a light with a motion sensor.
Summary of Completed Tests
New test case added.