This commit is contained in:
Pascal Vizeli 2019-04-26 22:42:03 +02:00 committed by GitHub
parent ae0c76b203
commit fb7f4be2bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 51 additions and 1 deletions

View File

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

View File

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