Release 111.3

This commit is contained in:
Paulus Schoutsen 2020-06-16 10:18:13 -07:00
parent 4556da86b0
commit 6ef3980441
2 changed files with 28 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: 111 current_minor_version: 111
current_patch_version: 2 current_patch_version: 3
date_released: 2020-06-13 date_released: 2020-06-15
# 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

@ -398,6 +398,32 @@ The integrations below have been removed:
[powerwall docs]: /integrations/powerwall/ [powerwall docs]: /integrations/powerwall/
[xiaomi_miio docs]: /integrations/xiaomi_miio/ [xiaomi_miio docs]: /integrations/xiaomi_miio/
## Release 0.111.3 - June 16
- Upgrade wled 0.4.3 ([@frenck] - [#36760])
- Fix history graphs with mysql/mariadb ([@bdraco] - [#36769])
- Fix nanoleaf attribute when running an effect ([@N1c093] - [#36794])
- Bump ZHA quirks to 0.0.40 ([@dmulcahey] - [#36797])
- Fix X10 devices and adding default links ([@teharris1] - [#36807])
- Fire config changed event during start ([@balloob] - [#36812])
- Bump aioasuswrt to 1.2.6 ([@kennedyshead] - [#36820])
- Fix cloudhooks coming in for non existing webhooks ([@balloob] - [#36836])
[@bdraco]: https://github.com/bdraco
[@N1c093]: https://github.com/N1c093
[@dmulcahey]: https://github.com/dmulcahey
[@teharris1]: https://github.com/teharris1
[@balloob]: https://github.com/balloob
[@kennedyshead]: https://github.com/kennedyshead
[#36760]: https://github.com/home-assistant/pull/36760
[#36769]: https://github.com/home-assistant/pull/36769
[#36794]: https://github.com/home-assistant/pull/36794
[#36797]: https://github.com/home-assistant/pull/36797
[#36807]: https://github.com/home-assistant/pull/36807
[#36812]: https://github.com/home-assistant/pull/36812
[#36820]: https://github.com/home-assistant/pull/36820
[#36836]: https://github.com/home-assistant/pull/36836
## All changes ## All changes
<details> <details>