-
Notifications
You must be signed in to change notification settings - Fork 712
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
Add "power outage memory" support for Aqara ceiling light L1-350 #2658
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #2658 +/- ##
==========================================
+ Coverage 86.78% 86.80% +0.01%
==========================================
Files 280 281 +1
Lines 8560 8571 +11
==========================================
+ Hits 7429 7440 +11
Misses 1131 1131
☔ View full report in Codecov by Sentry. |
dcd991d
to
0d19096
Compare
0d19096
to
2da19bd
Compare
310f5c2
to
2c2813e
Compare
This quirk adds support for power on behavior of the device
2c2813e
to
0b030e3
Compare
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.
LGTM. Thanks again for the PR!
(I've fixed the merge conflict that came up for the tests file and changed one comment slightly -- commits will be squashed when merging anyway.)
(As a note for myself: The power_outage_memory
attribute for this lamp can also be exposed as a configuration switch in ZHA (Home Assistant Core). This can't be added only using quirks (yet).)
…py#2658) feat: add support for aqara ceiling light L1-350 (zigpy#2649) This quirk adds support for power on behavior of the device
…py#2658) feat: add support for aqara ceiling light L1-350 (zigpy#2649) This quirk adds support for power on behavior of the device
Proposed change
This quirk adds support for power on behavior configuration of the device. Fixes #2649
Additional information
Test just verifies that signature definition is correct
Checklist
pre-commit
checks pass / the code has been formatted using Black