-
-
Notifications
You must be signed in to change notification settings - Fork 238
Ensure bulb state is restored when turning back on #330
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
Ensure bulb state is restored when turning back on #330
Conversation
|
Looks like the CI is broken for unrelated reasons |
|
CI fix in #331 |
Co-authored-by: Teemu R. <tpr@iki.fi>
25620e4 to
fbcf717
Compare
|
Looks like the CI is passing sans the docs which don't look related to this change |
|
@rytilahti If this is ok now, I was hoping to get a new release to fix home-assistant/core#69039 before beta is finished up (and before modularize merges). |
Codecov Report
@@ Coverage Diff @@
## master #330 +/- ##
==========================================
+ Coverage 82.34% 82.37% +0.03%
==========================================
Files 13 13
Lines 1376 1379 +3
Branches 202 203 +1
==========================================
+ Hits 1133 1136 +3
Misses 201 201
Partials 42 42
Continue to review full report at Codecov.
|
rytilahti
left a comment
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.
Thanks @bdraco, let's merge this and I'll prepare a release immediately before the modularize merge.
This release fixes an issue where the bulb state on led strips was not restored properly when turned back on. [Full Changelog](python-kasa/python-kasa@0.4.2...0.4.3) **Fixed bugs:** - Divide by zero when HS300 powerstrip is discovered [\python-kasa#292](python-kasa#292) - Ensure bulb state is restored when turning back on [\python-kasa#330](python-kasa#330) (@bdraco) **Closed issues:** - KL420L5 controls [\python-kasa#327](python-kasa#327) **Merged pull requests:** - Update pre-commit hooks to fix black in CI [\python-kasa#331](python-kasa#331) (@rytilahti) - Fix test\_deprecated\_type stalling [\python-kasa#325](python-kasa#325) (@bdraco)
This release fixes an issue where the bulb state on led strips was not restored properly when turned back on. [Full Changelog](0.4.2...0.4.3) **Fixed bugs:** - Divide by zero when HS300 powerstrip is discovered [\#292](#292) - Ensure bulb state is restored when turning back on [\#330](#330) (@bdraco) **Closed issues:** - KL420L5 controls [\#327](#327) **Merged pull requests:** - Update pre-commit hooks to fix black in CI [\#331](#331) (@rytilahti) - Fix test\_deprecated\_type stalling [\#325](#325) (@bdraco)
Fixes home-assistant/core#69039