-
-
Notifications
You must be signed in to change notification settings - Fork 238
Add device fixture for P316M(US) #1568
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
|
@rytilahti are OK taking care of the follow up changes needed to fix the presubmits? https://github.com/python-kasa/python-kasa/actions/runs/17194547887 I feel that in my other PR you wanted me to simply follow the instructions (use your tools that dump the json and create the files in this PR and DO NOT modify anything else)... so the only way the checks here will pass is if you would propose the changes to fix things like: |
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.
Ah, good catch! Sorry for the delay, I added some changes to fix the tests so we can move on to get this merged, hope that's fine by you.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1568 +/- ##
=======================================
Coverage 92.70% 92.70%
=======================================
Files 156 156
Lines 9599 9602 +3
Branches 974 974
=======================================
+ Hits 8899 8902 +3
Misses 499 499
Partials 201 201 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Adds device fixture and updates powerprotection module to accept the changed enabled key. --------- Co-authored-by: komodo <komodo@komo.do> Co-authored-by: Teemu Rytilahti <tpr@iki.fi>
Adds device fixture and updates powerprotection module to accept the changed enabled key. --------- Co-authored-by: komodo <komodo@komo.do> Co-authored-by: Teemu Rytilahti <tpr@iki.fi>
As requested, fixture only PR from #1561