diff --git a/_config.yml b/_config.yml index 94e71e2abac..7ff89f2d248 100644 --- a/_config.yml +++ b/_config.yml @@ -142,13 +142,13 @@ social: # Home Assistant release details current_major_version: 0 current_minor_version: 80 -current_patch_version: 2 -date_released: 2018-10-17 +current_patch_version: 3 +date_released: 2018-10-18 # Either # or the anchor link to latest release notes in the blog post. # Must be prefixed with a # and have double quotes around it. # Major release: -patch_version_notes: "#release-0802---october-17" +patch_version_notes: "#release-0803---october-18" # Minor release (Example #release-0431---april-25): # Date we moved to Discourse for comments diff --git a/source/_posts/2018-10-12-release-80.markdown b/source/_posts/2018-10-12-release-80.markdown index 6a7a8ec30d8..1f413af08ed 100644 --- a/source/_posts/2018-10-12-release-80.markdown +++ b/source/_posts/2018-10-12-release-80.markdown @@ -84,6 +84,25 @@ On the devices side, we got basic support for the new IKEA TRÅDFRI switches, Ho [sensor.blink docs]: /components/sensor.blink/ [telegram_bot docs]: /components/telegram_bot/ +## {% linkable_title Release 0.80.3 - October 18 %} + +- Update hangups to 0.4.6 and fix Issue #16593 hangouts reconnects. ([@hobbypunk90] - [#17518]) ([hangouts docs]) +- Update to async-upnp-client==0.12.5 ([@StevenLooman] - [#17401]) ([upnp docs]) ([media_player.dlna_dmr docs]) +- Upgrade async_upnp_client to 0.12.6 ([@StevenLooman] - [#17560]) ([upnp docs]) ([media_player.dlna_dmr docs]) +- Update snapcast to 2.0.9 ([@balloob] - [#17573]) ([media_player.snapcast docs]) + +[#17401]: https://github.com/home-assistant/home-assistant/pull/17401 +[#17518]: https://github.com/home-assistant/home-assistant/pull/17518 +[#17560]: https://github.com/home-assistant/home-assistant/pull/17560 +[#17573]: https://github.com/home-assistant/home-assistant/pull/17573 +[@StevenLooman]: https://github.com/StevenLooman +[@balloob]: https://github.com/balloob +[@hobbypunk90]: https://github.com/hobbypunk90 +[hangouts docs]: https://www.home-assistant.io/components/hangouts/ +[media_player.dlna_dmr docs]: https://www.home-assistant.io/components/media_player.dlna_dmr/ +[media_player.snapcast docs]: https://www.home-assistant.io/components/media_player.snapcast/ +[upnp docs]: https://www.home-assistant.io/components/upnp/ + ## {% linkable_title New Features %} - Add faucet, shower, sprinkler, valve to HomeKit ([@cdce8p] - [#17145]) ([homekit docs]) (new-feature)