From 9fa743db79b8f663d668777d0c864dcedb7dee73 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sat, 9 Feb 2019 22:49:40 -0800 Subject: [PATCH] Release 87.1 --- _config.yml | 4 +-- source/_posts/2019-02-06-release-87.markdown | 27 ++++++++++++++++++++ 2 files changed, 29 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index bbe95b287f0..43205f120e3 100644 --- a/_config.yml +++ b/_config.yml @@ -144,8 +144,8 @@ social: # Home Assistant release details current_major_version: 0 current_minor_version: 87 -current_patch_version: 0 -date_released: 2019-02-06 +current_patch_version: 1 +date_released: 2019-02-10 # Either # or the anchor link to latest release notes in the blog post. # Must be prefixed with a # and have double quotes around it. diff --git a/source/_posts/2019-02-06-release-87.markdown b/source/_posts/2019-02-06-release-87.markdown index 7c94012d118..5bd2a8c49c1 100644 --- a/source/_posts/2019-02-06-release-87.markdown +++ b/source/_posts/2019-02-06-release-87.markdown @@ -51,6 +51,33 @@ If you prefer a podcast over release notes, check out [the Hass Podcast](https:/ - Add SmartThings component and switch platform ([@andrewsayre] - [#20148]) ([smartthings docs]) ([switch.smartthings docs]) (new-platform) - Fix cloud webhook body ([@pvizeli] - [#20739]) ([cloud docs]) (beta fix) (new-platform) +## {% linkable_title Release 0.87.1 - February 9 %} + +- Fix waze_travel_time component ERROR on startup ([@VirtualL] - [#20316]) ([sensor.waze_travel_time docs]) +- Add Transmission component 'scan_interval' option ([@jonudewux] - [#20575]) ([transmission docs]) +- Fix homekit_controller non-standard hk characteristics ([@Jc2k] - [#20824]) ([homekit_controller docs]) +- Fix STATE_UNLOCKED for verisure ([@Danielhiversen] - [#20858]) ([verisure docs]) +- Use text= instead of body= for creating web responses ([@balloob] - [#20879]) +- Upgrade zm-py to 0.3.3 ([@mnoorenberghe] - [#20886]) ([zoneminder docs]) + +[#20316]: https://github.com/home-assistant/home-assistant/pull/20316 +[#20575]: https://github.com/home-assistant/home-assistant/pull/20575 +[#20824]: https://github.com/home-assistant/home-assistant/pull/20824 +[#20858]: https://github.com/home-assistant/home-assistant/pull/20858 +[#20879]: https://github.com/home-assistant/home-assistant/pull/20879 +[#20886]: https://github.com/home-assistant/home-assistant/pull/20886 +[@Danielhiversen]: https://github.com/Danielhiversen +[@Jc2k]: https://github.com/Jc2k +[@VirtualL]: https://github.com/VirtualL +[@balloob]: https://github.com/balloob +[@jonudewux]: https://github.com/jonudewux +[@mnoorenberghe]: https://github.com/mnoorenberghe +[homekit_controller docs]: /components/homekit_controller/ +[sensor.waze_travel_time docs]: /components/sensor.waze_travel_time/ +[transmission docs]: /components/transmission/ +[verisure docs]: /components/verisure/ +[zoneminder docs]: /components/zoneminder/ + ## {% linkable_title New Features %} - Add yeelight start_flow service and ability to declare custom effects ([@zewelor] - [#20107]) ([light.yeelight docs]) (new-feature)