This commit is contained in:
Paulus Schoutsen 2019-11-05 10:57:51 -08:00
parent e31d02acd7
commit 038201ebf4
2 changed files with 18 additions and 2 deletions

View File

@ -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.

View File

@ -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).