diff --git a/_config.yml b/_config.yml index 30d85c611b6..ff83b288a1b 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: 1 -date_released: 2018-10-15 +current_patch_version: 2 +date_released: 2018-10-17 # 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-0801---october-15" +patch_version_notes: "#release-0802---october-17" # 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 0e67ff7a1ee..6a7a8ec30d8 100644 --- a/source/_posts/2018-10-12-release-80.markdown +++ b/source/_posts/2018-10-12-release-80.markdown @@ -63,6 +63,27 @@ On the devices side, we got basic support for the new IKEA TRÅDFRI switches, Ho [hangouts docs]: /components/hangouts/ [websocket_api docs]: /components/websocket_api/ +## {% linkable_title Release 0.80.2 - October 17 %} + +- Lovelace: Fix glance icon not updating +- Fix: Connection pool of Request object is smaller than optimal value (8) ([@Anonym-tsk] - [#17483]) ([telegram_bot docs]) +- Blink update - fixes #17316 ([@fronzbot] - [#17538]) ([blink docs]) ([alarm_control_panel.blink docs]) ([binary_sensor.blink docs]) ([camera.blink docs]) ([sensor.blink docs]) +- Home Assistant Cloud: Add another 3 days leeway to give time for payment processing times ([@balloob] - [#17542]) ([cloud docs]) + +[#17483]: https://github.com/home-assistant/home-assistant/pull/17483 +[#17538]: https://github.com/home-assistant/home-assistant/pull/17538 +[#17542]: https://github.com/home-assistant/home-assistant/pull/17542 +[@Anonym-tsk]: https://github.com/Anonym-tsk +[@balloob]: https://github.com/balloob +[@fronzbot]: https://github.com/fronzbot +[alarm_control_panel.blink docs]: /components/alarm_control_panel.blink/ +[binary_sensor.blink docs]: /components/binary_sensor.blink/ +[blink docs]: /components/blink/ +[camera.blink docs]: /components/camera.blink/ +[cloud docs]: /components/cloud/ +[sensor.blink docs]: /components/sensor.blink/ +[telegram_bot docs]: /components/telegram_bot/ + ## {% linkable_title New Features %} - Add faucet, shower, sprinkler, valve to HomeKit ([@cdce8p] - [#17145]) ([homekit docs]) (new-feature)