This commit is contained in:
Pascal Vizeli 2019-09-04 09:55:31 +00:00
parent 4e4d4426fa
commit dc53304b7f
2 changed files with 38 additions and 3 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: 98 current_minor_version: 98
current_patch_version: 2 current_patch_version: 3
date_released: 2019-09-02 date_released: 2019-09-04
# 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

@ -135,7 +135,7 @@ Screencap of the batcave video.
[unifi docs]: /components/unifi/ [unifi docs]: /components/unifi/
[zha docs]: /components/zha/ [zha docs]: /components/zha/
## Release 0.98.2 - September 1 ## Release 0.98.2 - September 2
- Expose current direction properly on state machine ([@balloob] - [#26298]) ([demo docs]) ([fan docs]) - Expose current direction properly on state machine ([@balloob] - [#26298]) ([demo docs]) ([fan docs])
- bump tuyaha 0.0.4 ([@PaulAnnekov] - [#26303]) ([tuya docs]) - bump tuyaha 0.0.4 ([@PaulAnnekov] - [#26303]) ([tuya docs])
@ -158,6 +158,41 @@ Screencap of the batcave video.
[google_maps docs]: /components/google_maps/ [google_maps docs]: /components/google_maps/
[tuya docs]: /components/tuya/ [tuya docs]: /components/tuya/
## Release 0.98.3 - September 4
- Upgrade pyhaversion to 3.1.0 ([@fabaff] - [#26232]) ([version docs])
- String has nothing to do with class method naming ([@Kane610] - [#26368]) ([deconz docs])
- Fix race during initial Sonos group construction ([@amelchio] - [#26371]) ([sonos docs])
- Allow core config updated ([@balloob] - [#26398]) ([websocket_api docs])
- Met, check for existing location ([@Danielhiversen] - [#26400]) ([met docs])
- Update Harmony to 0.1.13 ([@ehendrix23] - [#26402]) ([harmony docs])
- Fix state report ([@balloob] - [#26406]) ([alexa docs])
- Bump ISY994's PyISY dependency to 1.1.2 ([@OverloadUT] - [#26413]) ([isy994 docs])
[#26232]: https://github.com/home-assistant/home-assistant/pull/26232
[#26368]: https://github.com/home-assistant/home-assistant/pull/26368
[#26371]: https://github.com/home-assistant/home-assistant/pull/26371
[#26398]: https://github.com/home-assistant/home-assistant/pull/26398
[#26400]: https://github.com/home-assistant/home-assistant/pull/26400
[#26402]: https://github.com/home-assistant/home-assistant/pull/26402
[#26406]: https://github.com/home-assistant/home-assistant/pull/26406
[#26413]: https://github.com/home-assistant/home-assistant/pull/26413
[@Danielhiversen]: https://github.com/Danielhiversen
[@Kane610]: https://github.com/Kane610
[@OverloadUT]: https://github.com/OverloadUT
[@amelchio]: https://github.com/amelchio
[@balloob]: https://github.com/balloob
[@ehendrix23]: https://github.com/ehendrix23
[@fabaff]: https://github.com/fabaff
[alexa docs]: https://www.home-assistant.io/components/alexa/
[deconz docs]: https://www.home-assistant.io/components/deconz/
[harmony docs]: https://www.home-assistant.io/components/harmony/
[isy994 docs]: https://www.home-assistant.io/components/isy994/
[met docs]: https://www.home-assistant.io/components/met/
[sonos docs]: https://www.home-assistant.io/components/sonos/
[version docs]: https://www.home-assistant.io/components/version/
[websocket_api docs]: https://www.home-assistant.io/components/websocket_api/
## If you need help... ## 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). ...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).