diff --git a/_config.yml b/_config.yml index e22e202876c..5c01d7abbd5 100644 --- a/_config.yml +++ b/_config.yml @@ -101,8 +101,8 @@ social: # Home Assistant release details current_major_version: 0 current_minor_version: 114 -current_patch_version: 2 -date_released: 2020-08-17 +current_patch_version: 3 +date_released: 2020-08-20 # Either # or the anchor link to latest release notes in the blog post. # Must be prefixed with a # and have double quotes around it. diff --git a/source/_posts/2020-08-12-release-114.markdown b/source/_posts/2020-08-12-release-114.markdown index e033467e2d2..6a4931db071 100644 --- a/source/_posts/2020-08-12-release-114.markdown +++ b/source/_posts/2020-08-12-release-114.markdown @@ -610,6 +610,34 @@ the automation is turned off. [recorder docs]: /integrations/recorder/ [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