diff --git a/_config.yml b/_config.yml index 7896bba2547..30d85c611b6 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: 0 -date_released: 2018-10-12 +current_patch_version: 1 +date_released: 2018-10-15 # 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: "#" +patch_version_notes: "#release-0801---october-15" # 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 36537324d3e..0e67ff7a1ee 100644 --- a/source/_posts/2018-10-12-release-80.markdown +++ b/source/_posts/2018-10-12-release-80.markdown @@ -42,6 +42,27 @@ On the devices side, we got basic support for the new IKEA TRÅDFRI switches, Ho - Add new component fritzbox binary_sensor ([@hthiery] - [#17057]) ([fritzbox docs]) ([binary_sensor.fritzbox docs]) (new-platform) - Add a webhook automation trigger ([@balloob] - [#17246]) ([automation.webhook docs]) (beta fix) (new-platform) +## {% linkable_title Release 0.80.1 - October 15 %} + +- Fix automation editor ([@armills]) +- Fix arm/disarm calls. ([@mbrrg] - [#17381]) ([alarm_control_panel.spc docs]) +- Fix hangout.send_message requiring data key ([@quazzie] - [#17393]) ([hangouts docs]) +- Bugfix eventstream with EOF on end ([@pvizeli] - [#17465]) ([api docs]) +- Fix websocket API ([@balloob] - [#17471]) ([websocket_api docs]) + +[#17381]: https://github.com/home-assistant/home-assistant/pull/17381 +[#17393]: https://github.com/home-assistant/home-assistant/pull/17393 +[#17465]: https://github.com/home-assistant/home-assistant/pull/17465 +[#17471]: https://github.com/home-assistant/home-assistant/pull/17471 +[@balloob]: https://github.com/balloob +[@mbrrg]: https://github.com/mbrrg +[@pvizeli]: https://github.com/pvizeli +[@quazzie]: https://github.com/quazzie +[alarm_control_panel.spc docs]: /components/alarm_control_panel.spc/ +[api docs]: /components/api/ +[hangouts docs]: /components/hangouts/ +[websocket_api docs]: /components/websocket_api/ + ## {% linkable_title New Features %} - Add faucet, shower, sprinkler, valve to HomeKit ([@cdce8p] - [#17145]) ([homekit docs]) (new-feature)