Release 106.6

This commit is contained in:
Paulus Schoutsen 2020-03-10 11:52:14 -07:00
parent af2e5c223d
commit d337bbb314
2 changed files with 22 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: 5
date_released: 2020-03-03
current_patch_version: 6
date_released: 2020-03-10
# 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

@ -429,6 +429,26 @@ Added a Coronavirus integration to help monitor the ongoing epidemic. [More info
[@balloob]: https://github.com/balloob
[@bdraco]: https://github.com/bdraco
## Release 0.106.6 - March 10
- Get pending iCloud devices when available + request again when needs an update ([@Quentame] - [#32400]) ([icloud docs])
- Send messages conforming new facebook policy ([@chmielowiec] - [#32516]) ([facebook docs])
- Update python-velbus to fix a missing data file ([@Cereal2nd] - [#32580]) ([velbus docs])
- Upgrade to coronavirus 1.1.0 ([@balloob] - [#32648]) ([coronavirus docs])
[#32400]: https://github.com/home-assistant/core/pull/32400
[#32516]: https://github.com/home-assistant/core/pull/32516
[#32580]: https://github.com/home-assistant/core/pull/32580
[#32648]: https://github.com/home-assistant/core/pull/32648
[@Cereal2nd]: https://github.com/Cereal2nd
[@Quentame]: https://github.com/Quentame
[@balloob]: https://github.com/balloob
[@chmielowiec]: https://github.com/chmielowiec
[coronavirus docs]: /integrations/coronavirus/
[facebook docs]: /integrations/facebook/
[icloud docs]: /integrations/icloud/
[velbus docs]: /integrations/velbus/
## All changes
- Change scan_interval defaults for Tesla ([@alandtse] - [#31194]) ([tesla docs]) (breaking change)