diff --git a/_config.yml b/_config.yml index bdf9c278f76..de8c7bca912 100644 --- a/_config.yml +++ b/_config.yml @@ -101,8 +101,8 @@ social: # Home Assistant release details current_major_version: 0 current_minor_version: 102 -current_patch_version: 1 -date_released: 2019-11-21 +current_patch_version: 2 +date_released: 2019-11-25 # 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/2019-11-20-release-102.markdown b/source/_posts/2019-11-20-release-102.markdown index 49800cabb8f..293387d1cc5 100644 --- a/source/_posts/2019-11-20-release-102.markdown +++ b/source/_posts/2019-11-20-release-102.markdown @@ -224,6 +224,34 @@ Experiencing issues introduced by this release? Please report them in our [issue [frontend docs]: /integrations/frontend/ [netatmo docs]: /integrations/netatmo/ +## Release 0.102.2 - November 24 + +- Fix Plex setup race condition v2 ([@jjlawren] - [#28943]) ([plex docs]) +- Fix ikea lights on deconz ([@pvizeli] - [#28949]) ([deconz docs]) +- Fix manual config ([@cgtobi] - [#28956]) ([netatmo docs]) +- Fix temp not being reported properly ([@shred86] - [#28973]) ([abode docs]) +- Updated frontend to 20191119.6 ([@bramkragten] - [#28996]) ([frontend docs]) +- Alexa gracefully handle climate devices without presets ([@frenck] - [#29010]) ([alexa docs]) + +[#28943]: https://github.com/home-assistant/home-assistant/pull/28943 +[#28949]: https://github.com/home-assistant/home-assistant/pull/28949 +[#28956]: https://github.com/home-assistant/home-assistant/pull/28956 +[#28973]: https://github.com/home-assistant/home-assistant/pull/28973 +[#28996]: https://github.com/home-assistant/home-assistant/pull/28996 +[#29010]: https://github.com/home-assistant/home-assistant/pull/29010 +[@bramkragten]: https://github.com/bramkragten +[@cgtobi]: https://github.com/cgtobi +[@frenck]: https://github.com/frenck +[@jjlawren]: https://github.com/jjlawren +[@pvizeli]: https://github.com/pvizeli +[@shred86]: https://github.com/shred86 +[abode docs]: /integrations/abode/ +[alexa docs]: /integrations/alexa/ +[deconz docs]: /integrations/deconz/ +[frontend docs]: /integrations/frontend/ +[netatmo docs]: /integrations/netatmo/ +[plex docs]: /integrations/plex/ + ## All changes - Cover all possible values for venstar operation_mode ([@iamtpage] - [#27949]) ([venstar docs])