Release 111.1

This commit is contained in:
Paulus Schoutsen 2020-06-11 11:46:41 -07:00
parent a531c6a520
commit 3e11698950
2 changed files with 36 additions and 10 deletions

View File

@ -101,8 +101,8 @@ social:
# Home Assistant release details
current_major_version: 0
current_minor_version: 111
current_patch_version: 0
date_released: 2020-06-10
current_patch_version: 1
date_released: 2020-06-11
# 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

@ -331,6 +331,32 @@ The integrations below have been removed:
- Wunderlist (platform is decommissioned) ([@frenck] - [#36380])
- WWLLN (data source no longer available) ([@bachya] - [#35926])
## Release 0.111.1 - June 11
- Fix command line sensors removing quotes with template ([@shenxn] - [#35559]) ([command_line docs])
- Fix Daikin config flow for zeroconf devices ([@fredrike] - [#36571]) ([daikin docs])
- Xiaomi Miio gateway: add ip to zeroconf discovery title ([@starkillerOG] - [#36653]) ([xiaomi_miio docs])
- Update pymyq for latest api requirements ([@bdraco] - [#36666]) ([myq docs])
- Remove powerwall attributes no longer present in latest firmware ([@bdraco] - [#36667]) ([powerwall docs])
- Fix packages when config schema is fully deprecated ([@frenck] - [#36674])
[#35559]: https://github.com/home-assistant/core/pull/35559
[#36571]: https://github.com/home-assistant/core/pull/36571
[#36653]: https://github.com/home-assistant/core/pull/36653
[#36666]: https://github.com/home-assistant/core/pull/36666
[#36667]: https://github.com/home-assistant/core/pull/36667
[#36674]: https://github.com/home-assistant/core/pull/36674
[@bdraco]: https://github.com/bdraco
[@fredrike]: https://github.com/fredrike
[@frenck]: https://github.com/frenck
[@shenxn]: https://github.com/shenxn
[@starkillerOG]: https://github.com/starkillerOG
[command_line docs]: /integrations/command_line/
[daikin docs]: /integrations/daikin/
[myq docs]: /integrations/myq/
[powerwall docs]: /integrations/powerwall/
[xiaomi_miio docs]: /integrations/xiaomi_miio/
## All changes
<details>