From 650ae1eb57fac692a2ccbfa4800c1f3e422bb5fd Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Tue, 3 Mar 2020 20:20:23 -0800 Subject: [PATCH] 106.5 --- _config.yml | 4 ++-- source/_posts/2020-02-26-release-106.markdown | 21 +++++++++++++++++++ 2 files changed, 23 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 11cf4a64e011..735d2b727084 100644 --- a/_config.yml +++ b/_config.yml @@ -101,8 +101,8 @@ social: # Home Assistant release details current_major_version: 0 current_minor_version: 106 -current_patch_version: 4 -date_released: 2020-03-02 +current_patch_version: 5 +date_released: 2020-03-03 # 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-02-26-release-106.markdown b/source/_posts/2020-02-26-release-106.markdown index bb9afee41da0..362767ba7eb0 100644 --- a/source/_posts/2020-02-26-release-106.markdown +++ b/source/_posts/2020-02-26-release-106.markdown @@ -408,6 +408,27 @@ Added a Coronavirus integration to help monitor the ongoing epidemic. [More info [eight_sleep docs]: /integrations/eight_sleep/ [minecraft_server docs]: /integrations/minecraft_server/ +## Release 0.106.5 - March 3 + +- Fix too many device tracker updates in log for Tesla ([@alandtse] - [#32426]) +- Filter out duplicate logbook states ([@balloob] - [#32427]) +- Properly define dependency for pvoutput integration on rest in… ([@bdraco] - [#32435]) +- Fix pushover's ATTR_RETRY env variable typo ([@axilleas] - [#32440]) +- Remove hassfest blacklisted rest ([@balloob] - [#32441]) +- UniFi - Fix websocket bug ([@Kane610] - [#32449]) + +[#32426]: https://github.com/home-assistant/core/pull/32426 +[#32427]: https://github.com/home-assistant/core/pull/32427 +[#32435]: https://github.com/home-assistant/core/pull/32435 +[#32440]: https://github.com/home-assistant/core/pull/32440 +[#32441]: https://github.com/home-assistant/core/pull/32441 +[#32449]: https://github.com/home-assistant/core/pull/32449 +[@Kane610]: https://github.com/Kane610 +[@alandtse]: https://github.com/alandtse +[@axilleas]: https://github.com/axilleas +[@balloob]: https://github.com/balloob +[@bdraco]: https://github.com/bdraco + ## All changes - Change scan_interval defaults for Tesla ([@alandtse] - [#31194]) ([tesla docs]) (breaking change)