Release 2021.6.3

This commit is contained in:
Paulus Schoutsen 2021-06-07 21:17:27 +00:00
parent 374d447733
commit 7c62f8b088
2 changed files with 65 additions and 2 deletions

View File

@ -105,8 +105,8 @@ social:
# Home Assistant release details
current_major_version: 2021
current_minor_version: 6
current_patch_version: 2
date_released: 2021-06-04
current_patch_version: 3
date_released: 2021-06-07
# 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

@ -40,6 +40,7 @@ worth scanning the all changes section for your favorite integrations.
- [Integrations now available to set up from the UI](#integrations-now-available-to-set-up-from-the-ui)
- [Release 2021.6.1 - June 3](#release-202161---june-3)
- [Release 2021.6.2 - June 4](#release-202162---june-4)
- [Release 2021.6.3 - June 7](#release-202163---june-7)
- [If you need help...](#if-you-need-help)
- [Breaking Changes](#breaking-changes)
- [Integrations that removed deprecated YAML import](#integrations-that-removed-deprecated-yaml-import)
@ -319,6 +320,68 @@ The following integrations are now available via the Home Assistant UI:
[modbus docs]: /integrations/modbus/
[samsungtv docs]: /integrations/samsungtv/
## Release 2021.6.3 - June 7
- Use a single job to ping all devices in the Broadlink integration ([@felipediel] - [#51466]) ([broadlink docs])
- Fix loop in tod binary sensor ([@bdraco] - [#51491]) ([tod docs])
- AsusWRT fix keyerror when firmver is missing from info ([@timmo001] - [#51499]) ([asuswrt docs])
- Handle missing options in foreign_key for MSSQL ([@bdraco] - [#51503]) ([recorder docs])
- Fix missing Tibber power production ([@Danielhiversen] - [#51505]) ([tibber docs])
- Bump garminconnect_aio to 0.1.4 ([@cyberjunky] - [#51507]) ([garmin_connect docs])
- Bump pyialarm to 1.8.1 ([@RyuzakiKK] - [#51519]) ([ialarm docs])
- Improve log message when zone missing in geolocation trigger ([@exxamalte] - [#51522]) ([geo_location docs])
- Ensure host is always set with samsungtv SSDP discovery ([@bdraco] - [#51527]) ([samsungtv docs])
- Bump aiorecollect to 1.0.5 ([@bachya] - [#51538]) ([recollect_waste docs])
- Fix garmin_connect config flow multiple account creation ([@cyberjunky] - [#51542]) ([garmin_connect docs])
- Bump dwdwfsapi to 1.0.4 ([@stephan192] - [#51556]) ([dwd_weather_warnings docs])
- Increase isy setup timeout to 60s ([@bdraco] - [#51559]) ([isy994 docs])
- Fix Sonos restore calls ([@jjlawren] - [#51565]) ([sonos docs])
- Update builder to 2021.06.2 ([@pvizeli] - [#51582])
- Fix deprecated value_template for MQTT light ([@emontnemery] - [#51587]) ([mqtt docs])
[#51466]: https://github.com/home-assistant/core/pull/51466
[#51491]: https://github.com/home-assistant/core/pull/51491
[#51499]: https://github.com/home-assistant/core/pull/51499
[#51503]: https://github.com/home-assistant/core/pull/51503
[#51505]: https://github.com/home-assistant/core/pull/51505
[#51507]: https://github.com/home-assistant/core/pull/51507
[#51519]: https://github.com/home-assistant/core/pull/51519
[#51522]: https://github.com/home-assistant/core/pull/51522
[#51527]: https://github.com/home-assistant/core/pull/51527
[#51538]: https://github.com/home-assistant/core/pull/51538
[#51542]: https://github.com/home-assistant/core/pull/51542
[#51556]: https://github.com/home-assistant/core/pull/51556
[#51559]: https://github.com/home-assistant/core/pull/51559
[#51565]: https://github.com/home-assistant/core/pull/51565
[#51582]: https://github.com/home-assistant/core/pull/51582
[#51587]: https://github.com/home-assistant/core/pull/51587
[@Danielhiversen]: https://github.com/Danielhiversen
[@RyuzakiKK]: https://github.com/RyuzakiKK
[@bachya]: https://github.com/bachya
[@bdraco]: https://github.com/bdraco
[@cyberjunky]: https://github.com/cyberjunky
[@emontnemery]: https://github.com/emontnemery
[@exxamalte]: https://github.com/exxamalte
[@felipediel]: https://github.com/felipediel
[@jjlawren]: https://github.com/jjlawren
[@pvizeli]: https://github.com/pvizeli
[@stephan192]: https://github.com/stephan192
[@timmo001]: https://github.com/timmo001
[asuswrt docs]: /integrations/asuswrt/
[broadlink docs]: /integrations/broadlink/
[dwd_weather_warnings docs]: /integrations/dwd_weather_warnings/
[garmin_connect docs]: /integrations/garmin_connect/
[geo_location docs]: /integrations/geo_location/
[ialarm docs]: /integrations/ialarm/
[isy994 docs]: /integrations/isy994/
[mqtt docs]: /integrations/mqtt/
[recollect_waste docs]: /integrations/recollect_waste/
[recorder docs]: /integrations/recorder/
[samsungtv docs]: /integrations/samsungtv/
[sonos docs]: /integrations/sonos/
[tibber docs]: /integrations/tibber/
[tod docs]: /integrations/tod/
## 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).