Release 114.3

This commit is contained in:
Paulus Schoutsen 2020-08-20 08:46:08 +00:00
parent b9935a9fa7
commit abd1978465
2 changed files with 30 additions and 2 deletions

View File

@ -101,8 +101,8 @@ social:
# Home Assistant release details # Home Assistant release details
current_major_version: 0 current_major_version: 0
current_minor_version: 114 current_minor_version: 114
current_patch_version: 2 current_patch_version: 3
date_released: 2020-08-17 date_released: 2020-08-20
# Either # or the anchor link to latest release notes in the blog post. # Either # or the anchor link to latest release notes in the blog post.
# Must be prefixed with a # and have double quotes around it. # Must be prefixed with a # and have double quotes around it.

View File

@ -610,6 +610,34 @@ the automation is turned off.
[recorder docs]: /integrations/recorder/ [recorder docs]: /integrations/recorder/
[samsungtv docs]: /integrations/samsungtv/ [samsungtv docs]: /integrations/samsungtv/
## Release 0.114.3 - August 20
- Update zeroconf to fix ServiceBrowser leak on cancelation ([@bdraco] - [#38933]) ([zeroconf docs])
- Bump netdisco to 2.8.2 to accomodate new zeroconf exception ([@bdraco] - [#38949]) ([discovery docs]) ([ssdp docs])
- Fix Control4 light setup issues ([@lawtancool] - [#38952]) ([control4 docs])
- Bump pychromecast to 7.2.1 ([@emontnemery] - [#39018]) ([cast docs])
- Fix emulated hue on/off devices compatibility with alexa ([@bdraco] - [#39063]) ([emulated_hue docs])
- Update met.no library ([@Danielhiversen] - [#39076]) ([met docs]) ([norway_air docs])
[#38933]: https://github.com/home-assistant/core/pull/38933
[#38949]: https://github.com/home-assistant/core/pull/38949
[#38952]: https://github.com/home-assistant/core/pull/38952
[#39018]: https://github.com/home-assistant/core/pull/39018
[#39063]: https://github.com/home-assistant/core/pull/39063
[#39076]: https://github.com/home-assistant/core/pull/39076
[@Danielhiversen]: https://github.com/Danielhiversen
[@bdraco]: https://github.com/bdraco
[@emontnemery]: https://github.com/emontnemery
[@lawtancool]: https://github.com/lawtancool
[cast docs]: /integrations/cast/
[control4 docs]: /integrations/control4/
[discovery docs]: /integrations/discovery/
[emulated_hue docs]: /integrations/emulated_hue/
[met docs]: /integrations/met/
[norway_air docs]: /integrations/norway_air/
[ssdp docs]: /integrations/ssdp/
[zeroconf docs]: /integrations/zeroconf/
## All changes ## All changes
<details> <details>