-
-
Notifications
You must be signed in to change notification settings - Fork 33.8k
0.108.1 #33862
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Member
- Speed up TP-Link lights (@balloob - #33606) (tplink docs)
- Update sensor.py (@danbishop - #33788) (octoprint docs)
- Bump pylutron-caseta version to 0.6.1 (@swails - #33815) (lutron_caseta docs)
- Update to pyipp==0.9.1 (@ctalkington - #33819) (ipp docs)
- Fix unhandled exception in Recollect Waste (@bachya - #33823) (recollect_waste docs)
- Fix modbus transaction response (@janiversen - #33824) (modbus docs)
- Fix kef DSP_SCAN_INTERVAL timedelta (@basnijholt - #33825) (kef docs)
- Fix Doorbird yaml import aborted if discovery finds it first (@bdraco - #33843) (doorbird docs)
- Bump up ZHA dependencies (@Adminiuga - #33856) (zha docs)
- Fix vizio bug that occurs when CONF_APPS isn't in config entry… (@raman325 - #33857) (vizio docs)
- TTS: Wait till files are created in tests (@balloob - #33760) (tts docs)
- Fix last flaky TTS test (@balloob - #33849) (tts docs)
* Speed up TP-Link lights * Color temp kan be None * hs as int, force color temp=0 * Fix color temp? * Additional tplink cleanups to reduce api calls * Update test to return state, remove Throttle * Fix state restore on off/on * Fix lights without hue/sat Co-authored-by: J. Nick Koston <nick@koston.org>
Add missing semi-colons to html entities on notification message
Sometimes a modbus server do not respond to a transaction, this is a contradiction to the modbus protocol specification, but merely a matter of fact. Use asynio.await_for() to provoke a timeout, and close the transaction.
* fix bug when search for string in dict fails when dict is null * another bug fix that I only noticed because of this other bug * add test to cover failure scenario * update docstring * add additional assertions to cover failure scenario that's being fixed
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.