From 6d5b952ed9361aa23a8e66f1af5351239600f3ef Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Tue, 14 Jul 2020 01:13:33 +0000 Subject: [PATCH] Release 112.5 --- _config.yml | 4 +- source/_posts/2020-07-01-release-112.markdown | 38 +++++++++++++++++++ 2 files changed, 40 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 1bd28a1cfef..911082b60aa 100644 --- a/_config.yml +++ b/_config.yml @@ -101,8 +101,8 @@ social: # Home Assistant release details current_major_version: 0 current_minor_version: 112 -current_patch_version: 4 -date_released: 2020-07-08 +current_patch_version: 5 +date_released: 2020-07-13 # 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-07-01-release-112.markdown b/source/_posts/2020-07-01-release-112.markdown index 9111768edb9..8911de6ef74 100644 --- a/source/_posts/2020-07-01-release-112.markdown +++ b/source/_posts/2020-07-01-release-112.markdown @@ -765,6 +765,44 @@ The integrations below have been removed: [wake_on_lan docs]: /integrations/wake_on_lan/ [withings docs]: /integrations/withings/ +## Release 0.112.5 - July 14 + +- Smappee dependency update ([@bsmappee] - [#37680]) ([smappee docs]) +- Properly set update_interval during Speedtest setup ([@engrbm87] - [#37708]) ([speedtestdotnet docs]) +- Support multiple MQTT availability topics ([@emontnemery] - [#37418]) ([mqtt docs]) +- Tweak MQTT availability ([@emontnemery] - [#37719]) ([mqtt docs]) +- Fix MQTT availability startup race ([@emontnemery] - [#37718]) ([mqtt docs]) +- Fix homekit_controller discovery via zeroconf ([@bdraco] - [#37725]) ([zeroconf docs]) +- Add support for the DataUpdateCoordinator to not automatically update ([@rohankapoorcom] - [#37734]) +- Bump blinkpy version to fix connection errors ([@fronzbot] - [#37755]) ([blink docs]) +- UniFi - Handle session expiration ([@Kane610] - [#37782]) ([unifi docs]) +- deCONZ - don't let light "attr" events update group data ([@Kane610] - [#37797]) ([deconz docs]) + +[#37418]: https://github.com/home-assistant/core/pull/37418 +[#37680]: https://github.com/home-assistant/core/pull/37680 +[#37708]: https://github.com/home-assistant/core/pull/37708 +[#37718]: https://github.com/home-assistant/core/pull/37718 +[#37719]: https://github.com/home-assistant/core/pull/37719 +[#37725]: https://github.com/home-assistant/core/pull/37725 +[#37734]: https://github.com/home-assistant/core/pull/37734 +[#37755]: https://github.com/home-assistant/core/pull/37755 +[#37782]: https://github.com/home-assistant/core/pull/37782 +[#37797]: https://github.com/home-assistant/core/pull/37797 +[@Kane610]: https://github.com/Kane610 +[@bdraco]: https://github.com/bdraco +[@bsmappee]: https://github.com/bsmappee +[@emontnemery]: https://github.com/emontnemery +[@engrbm87]: https://github.com/engrbm87 +[@fronzbot]: https://github.com/fronzbot +[@rohankapoorcom]: https://github.com/rohankapoorcom +[blink docs]: /integrations/blink/ +[deconz docs]: /integrations/deconz/ +[mqtt docs]: /integrations/mqtt/ +[smappee docs]: /integrations/smappee/ +[speedtestdotnet docs]: /integrations/speedtestdotnet/ +[unifi docs]: /integrations/unifi/ +[zeroconf docs]: /integrations/zeroconf/ + ## All changes