This commit is contained in:
Paulus Schoutsen 2019-11-21 12:26:32 -08:00
parent 8c8bc148a5
commit cf3c6d6303
2 changed files with 15 additions and 2 deletions

View File

@ -101,8 +101,8 @@ social:
# Home Assistant release details # Home Assistant release details
current_major_version: 0 current_major_version: 0
current_minor_version: 102 current_minor_version: 102
current_patch_version: 0 current_patch_version: 1
date_released: 2019-11-20 date_released: 2019-11-21
# Either # or the anchor link to latest release notes in the blog post. # Either # or the anchor link to latest release notes in the blog post.
# Must be prefixed with a # and have double quotes around it. # Must be prefixed with a # and have double quotes around it.

View File

@ -211,6 +211,19 @@ Experiencing issues introduced by this release? Please report them in our [issue
- Updated frontend to 20191119.2 ([@bramkragten] - [#28896]) ([frontend docs]) (beta fix) - Updated frontend to 20191119.2 ([@bramkragten] - [#28896]) ([frontend docs]) (beta fix)
- Fix Almond onboarding url when using cloud ([@bramkragten] - [#28908]) ([almond docs]) (beta fix) - Fix Almond onboarding url when using cloud ([@bramkragten] - [#28908]) ([almond docs]) (beta fix)
## Release 0.102.1 - November 21
- Fix missing Netatmo sensors ([@cgtobi] - [#28899]) ([netatmo docs])
- Updated frontend to 20191119.5 ([@bramkragten] - [#28925]) ([frontend docs])
- Fix Plex startup race condition #28934 [@jjlawren]
[#28899]: https://github.com/home-assistant/home-assistant/pull/28899
[#28925]: https://github.com/home-assistant/home-assistant/pull/28925
[@bramkragten]: https://github.com/bramkragten
[@cgtobi]: https://github.com/cgtobi
[frontend docs]: /integrations/frontend/
[netatmo docs]: /integrations/netatmo/
## All changes ## All changes
- Cover all possible values for venstar operation_mode ([@iamtpage] - [#27949]) ([venstar docs]) - Cover all possible values for venstar operation_mode ([@iamtpage] - [#27949]) ([venstar docs])