Release 94.1

This commit is contained in:
Paulus Schoutsen 2019-06-07 23:46:00 -07:00
parent 58e9e086df
commit a81a372f9e
2 changed files with 41 additions and 2 deletions

View File

@ -139,8 +139,8 @@ social:
# Home Assistant release details
current_major_version: 0
current_minor_version: 94
current_patch_version: 0
date_released: 2019-06-05
current_patch_version: 1
date_released: 2019-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

@ -79,6 +79,45 @@ Because of this, we changed how packages are installed when running Home Assista
- Add geniushub sensor and binary_sensor ([@zxdavb] - [#23811]) ([geniushub docs]) (new-platform)
- Mobile app to use device tracker config entry ([@balloob] - [#24238]) ([mobile_app docs]) (beta fix) (new-platform)
## {% linkable_title Release 0.94.1 - June 7 %}
- Add a discovery config flow to Wemo ([@balloob] - [#24208]) ([discovery docs]) ([wemo docs])
- Initiate websession inside event loop ([@balloob] - [#24331]) ([tado docs])
- Bump dependency ([@Kane610] - [#24376]) ([axis docs])
- Updated pubnubsub-handler to 1.0.7 to fix crash on slow startup ([@w1ll1am23] - [#24388]) ([wink docs])
- Fix automation failing to restore state ([@balloob] - [#24390]) ([automation docs])
- Add more HomeKit models for discovery ([@balloob] - [#24391]) ([homekit_controller docs]) ([hue docs]) ([tradfri docs]) ([wemo docs])
- Check cloud trusted proxies ([@balloob] - [#24395]) ([cloud docs]) ([http docs])
- Fix for sun issues ([@Swamp-Ig] - [#24309]) ([sun docs])
- deCONZ - properly identify configured bridge ([@Kane610] - [#24378]) ([deconz docs])
[#24208]: https://github.com/home-assistant/home-assistant/pull/24208
[#24309]: https://github.com/home-assistant/home-assistant/pull/24309
[#24331]: https://github.com/home-assistant/home-assistant/pull/24331
[#24376]: https://github.com/home-assistant/home-assistant/pull/24376
[#24378]: https://github.com/home-assistant/home-assistant/pull/24378
[#24388]: https://github.com/home-assistant/home-assistant/pull/24388
[#24390]: https://github.com/home-assistant/home-assistant/pull/24390
[#24391]: https://github.com/home-assistant/home-assistant/pull/24391
[#24395]: https://github.com/home-assistant/home-assistant/pull/24395
[@Kane610]: https://github.com/Kane610
[@Swamp-Ig]: https://github.com/Swamp-Ig
[@balloob]: https://github.com/balloob
[@w1ll1am23]: https://github.com/w1ll1am23
[automation docs]: /components/automation/
[axis docs]: /components/axis/
[cloud docs]: /components/cloud/
[deconz docs]: /components/deconz/
[discovery docs]: /components/discovery/
[homekit_controller docs]: /components/homekit_controller/
[http docs]: /components/http/
[hue docs]: /components/hue/
[sun docs]: /components/sun/
[tado docs]: /components/tado/
[tradfri docs]: /components/tradfri/
[wemo docs]: /components/wemo/
[wink docs]: /components/wink/
## {% 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.