Release 106.2

This commit is contained in:
Paulus Schoutsen 2020-02-28 11:44:24 -08:00
parent 09e41fb2f2
commit e66c33ca9c
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: 1
date_released: 2020-02-27
current_patch_version: 2
date_released: 2020-02-28
# 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

@ -363,6 +363,26 @@ Experiencing issues introduced by this release? Please report them in our [issue
[simplisafe docs]: /integrations/simplisafe/
[unifi docs]: /integrations/unifi/
## Release 0.106.2 - February 28
- Updated frontend to 20200220.5 ([@bramkragten] - [#32312]) ([frontend docs])
- revent saving/deleting Lovelace config in safe mode ([@balloob] - [#32319]) ([lovelace docs])
- UniFi - Temporary workaround to get device tracker to mark cli… ([@Kane610] - [#32321]) ([unifi docs])
- Ensure rest sensors are marked unavailable when http requests… ([@bdraco] - [#32309]) ([rest docs])
[#32309]: https://github.com/home-assistant/home-assistant/pull/32309
[#32312]: https://github.com/home-assistant/home-assistant/pull/32312
[#32319]: https://github.com/home-assistant/home-assistant/pull/32319
[#32321]: https://github.com/home-assistant/home-assistant/pull/32321
[@Kane610]: https://github.com/Kane610
[@balloob]: https://github.com/balloob
[@bdraco]: https://github.com/bdraco
[@bramkragten]: https://github.com/bramkragten
[frontend docs]: /integrations/frontend/
[lovelace docs]: /integrations/lovelace/
[rest docs]: /integrations/rest/
[unifi docs]: /integrations/unifi/
## All changes
- Change scan_interval defaults for Tesla ([@alandtse] - [#31194]) ([tesla docs]) (breaking change)