diff --git a/_config.yml b/_config.yml index d44eec29d90..b61deb20e17 100644 --- a/_config.yml +++ b/_config.yml @@ -101,8 +101,8 @@ social: # Home Assistant release details current_major_version: 0 current_minor_version: 101 -current_patch_version: 2 -date_released: 2019-11-01 +current_patch_version: 3 +date_released: 2019-11-05 # 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-10-30-release-101.markdown b/source/_posts/2019-10-30-release-101.markdown index 752f3f5289d..d6b40c0afa8 100644 --- a/source/_posts/2019-10-30-release-101.markdown +++ b/source/_posts/2019-10-30-release-101.markdown @@ -192,6 +192,22 @@ Check the [Lovelace changelog](https://www.home-assistant.io/lovelace/changelog/ [plex docs]: /integrations/plex/ [snmp docs]: /integrations/snmp/ +## Release 0.101.3 - November 5 + +- Fix missing import ([@timmccor] - [#28460]) ([sonos docs]) +- Fix Airly if more than one config entry ([@bieniu] - [#28498]) ([airly docs]) +- Add deprecated attributes to light.reproduce_state ([@Santobert] - [#28557]) ([light docs]) + +[#28460]: https://github.com/home-assistant/home-assistant/pull/28460 +[#28498]: https://github.com/home-assistant/home-assistant/pull/28498 +[#28557]: https://github.com/home-assistant/home-assistant/pull/28557 +[@Santobert]: https://github.com/Santobert +[@bieniu]: https://github.com/bieniu +[@timmccor]: https://github.com/timmccor +[airly docs]: /integrations/airly/ +[light docs]: /integrations/light/ +[sonos docs]: /integrations/sonos/ + ## If you need help... ...don't hesitate to use our very active [forums](https://community.home-assistant.io/) or join us for a little [chat](https://discord.gg/c5DvZ4e).