This commit is contained in:
Paulus Schoutsen 2020-03-03 20:20:23 -08:00
parent 8db0b102ce
commit 650ae1eb57
2 changed files with 23 additions and 2 deletions

View File

@ -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.

View File

@ -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)