-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
0.32.3 #4342
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
Merged
Merged
0.32.3 #4342
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
- Fix OpenWeather weather platform doing I/O in event loop (@lwis)
- Fix Alarm.com doing I/O in event loop (@jnewland)
- Fix Tellstick doing I/O in event loop (@balloob)
- Fix KNX doing I/O in event loop (@balloob)
- Increase warning threshold for catching platforms that do I/O (@balloob)
- Change pilight systemcode validation (@janLo)
- Fix Yamaha discovering already configured receivers (@sdague)
- Fix Sonos from installing dependency each time HA was started (@pvizeli)
- Fix Synology camera SSL and error handling (@pvizeli)
- Fix Panasonic Viera doing I/O in event loop (@balloob)
- Improve generic camera error handling (@kellerza)
- Light - Flux Led Lights: allow specifying mode if light does not support white mode (@Danielhiversen)
- Fix Rest switch default template (@pvizeli)
* Fix alarm.com I/O inside properties * First line should end with a period * Not needed * Fetch state on init
* Change pilight systemcode validation to integer According to the pilight code the systemcode should be an integer and not a string (it is an int in the pilight code). Passing this as a string caused errors from pilight: "ERROR: elro_800_switch: insufficient number of arguments" This fixes #4282 * Change pilight unit-id to positive integer According to the pilight code the unit of an entity is also evrywhere handled as an integer. So converting and passing this as string causes pilight not to work. This fixes #4282 Signed-off-by: Jan Losinski <losinski@wh2.tu-dresden.de>
…4279) * Fix "argument of type 'NoneType' is not iterable" during discovery When yamaha receivers are dynamically discovered, there config is empty, which means that we need to set zone_ignore to [] otherwise the iteration over receivers fails. * Bump rxv library version to fix play_status bug rxv version 0.3 will issue the play_status command even for sources that don't support it, causing stack traces during updates when receivers are on HDMI inputs. This was fixed in rxv 0.3.1. Bump to fix bug #4226. * Don't discovery receivers that we've already configured The discovery component doesn't know anything about already configured receivers. This means that specifying a receiver manually will make it show up twice if you have the discovery component enabled. This puts a platform specific work around here that ensures that if the media_player is found, we ignore the discovery system.
* Update SoCo to 0.12 * fix req
* Synology SSL fix & Error handling * change handling for cookies/ssl * fix use not deprecated functions * fix lint * change verify * fix connector close to coro * fix force close * not needed since websession close connector too * fix params * fix lint
* Handle errors * Feedback * DisconnectedError
@balloob, thanks for your PR! By analyzing the history of the files in this pull request, we identified @pvizeli, @jgriff2 and @florianholzapfel to be potential reviewers. |
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.