From fb7f4be2bd7828ae2dab856ec627507523ce858a Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Fri, 26 Apr 2019 22:42:03 +0200 Subject: [PATCH] 0.92.1 (#9328) --- _config.yml | 2 +- source/_posts/2019-04-24-release-92.markdown | 50 ++++++++++++++++++++ 2 files changed, 51 insertions(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index eca36af3511..68a6d8b65ff 100644 --- a/_config.yml +++ b/_config.yml @@ -139,7 +139,7 @@ social: # Home Assistant release details current_major_version: 0 current_minor_version: 92 -current_patch_version: 0 +current_patch_version: 1 date_released: 2019-04-24 # Either # or the anchor link to latest release notes in the blog post. diff --git a/source/_posts/2019-04-24-release-92.markdown b/source/_posts/2019-04-24-release-92.markdown index 9578b1e337b..2ef08a3f2e2 100644 --- a/source/_posts/2019-04-24-release-92.markdown +++ b/source/_posts/2019-04-24-release-92.markdown @@ -54,6 +54,56 @@ Finally, if you are still receiving a message that your configuration contains e - Added epson workforce component ([@ThaStealth] - [#23144]) ([epsonworkforce docs]) (new-platform) - Add basic support for native Hue sensors ([@mitchellrj] - [#22598]) ([hue docs]) (beta fix) (new-platform) +## {% linkable_title Release 0.92.1 - April 26 %} + +- fix for issue #21381 ([@dreed47] - [#23306]) ([zestimate docs]) +- Bump ecovacs lib 2 ([@OverloadUT] - [#23354]) ([ecovacs docs]) +- Bump pyheos to 0.4.1 ([@andrewsayre] - [#23360]) ([heos docs]) +- async_setup_component stage_1_domains ([@frogkind] - [#23375]) +- Add error handling for migration failure ([@awarecan] - [#23383]) +- Broadlink fixup unintended breakage from service refactor ([@elupus] - [#23408]) ([broadlink docs]) +- Make setup more robust ([@balloob] - [#23414]) +- Add missing feature support flag ([@andrewsayre] - [#23417]) ([soundtouch docs]) +- Fix supported features gates in media_player volume up/down services ([@andrewsayre] - [#23419]) ([media_player docs]) +- Refactor netatmo to use hass.data ([@cgtobi] - [#23429]) ([netatmo docs]) +- Fix Flux component ([@nudded] - [#23431]) ([flux docs]) +- Fix daikin setup ([@fredrike] - [#23440]) ([daikin docs]) +- Fix point setup ([@fredrike] - [#23441]) ([point docs]) + +[#23306]: https://github.com/home-assistant/home-assistant/pull/23306 +[#23354]: https://github.com/home-assistant/home-assistant/pull/23354 +[#23360]: https://github.com/home-assistant/home-assistant/pull/23360 +[#23375]: https://github.com/home-assistant/home-assistant/pull/23375 +[#23383]: https://github.com/home-assistant/home-assistant/pull/23383 +[#23408]: https://github.com/home-assistant/home-assistant/pull/23408 +[#23414]: https://github.com/home-assistant/home-assistant/pull/23414 +[#23417]: https://github.com/home-assistant/home-assistant/pull/23417 +[#23419]: https://github.com/home-assistant/home-assistant/pull/23419 +[#23429]: https://github.com/home-assistant/home-assistant/pull/23429 +[#23431]: https://github.com/home-assistant/home-assistant/pull/23431 +[#23440]: https://github.com/home-assistant/home-assistant/pull/23440 +[#23441]: https://github.com/home-assistant/home-assistant/pull/23441 +[@OverloadUT]: https://github.com/OverloadUT +[@andrewsayre]: https://github.com/andrewsayre +[@awarecan]: https://github.com/awarecan +[@balloob]: https://github.com/balloob +[@cgtobi]: https://github.com/cgtobi +[@dreed47]: https://github.com/dreed47 +[@elupus]: https://github.com/elupus +[@fredrike]: https://github.com/fredrike +[@frogkind]: https://github.com/frogkind +[@nudded]: https://github.com/nudded +[broadlink docs]: /components/broadlink/ +[daikin docs]: /components/daikin/ +[ecovacs docs]: /components/ecovacs/ +[flux docs]: /components/flux/ +[heos docs]: /components/heos/ +[media_player docs]: /components/media_player/ +[netatmo docs]: /components/netatmo/ +[point docs]: /components/point/ +[soundtouch docs]: /components/soundtouch/ +[zestimate docs]: /components/zestimate/ + ## {% linkable_title 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). The release notes have comments enabled but it's preferred if you use the former communication channels. Thanks.