-
Notifications
You must be signed in to change notification settings - Fork 740
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
Update Inovelli VZM35-SN fan switch for firmware 1.05 #2937
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #2937 +/- ##
==========================================
+ Coverage 87.61% 87.64% +0.03%
==========================================
Files 295 297 +2
Lines 9032 9059 +27
==========================================
+ Hits 7913 7940 +27
Misses 1119 1119 ☔ View full report in Codecov by Sentry. |
Definitely that would be a breaking change for the not updated devices. |
We'll also need to update the __init__.py file for the new attributes, I believe this is what's going to be needed in total - Add to VZM35SN.py with the import you added for the fan cluster
Update VZM35SN Cluster in __init__.py
|
Thanks @Rogue136198 and @codyhackw! Let me know if the PR looks good to you know. |
@TheJulianJES that looks good to me! |
Thanks |
Whoops, forgot I was working on this. Been a crazy week. I imported the updates files as a custom quirk and everything seems to be working well. Thanks for finishing this up for me. |
Co-authored-by: TheJulianJES <TheJulianJES@users.noreply.github.com>
Proposed change
Updating this to support changes made to the latest beta firmware v1.05 for VZM35SN
Additional information
This is my first time I have submitted an update to a quirk. If someone could please advise if this change should be done this way
or if another way would be better such as adding a new quirk specifically for firmware 1.05 in the event this breaks those devices
still using 1.04
Checklist
pre-commit
checks pass / the code has been formatted using Black