diff --git a/_config.yml b/_config.yml index a0df0693e03..89439b5464d 100644 --- a/_config.yml +++ b/_config.yml @@ -99,8 +99,8 @@ social: # Home Assistant release details current_major_version: 0 current_minor_version: 96 -current_patch_version: 1 -date_released: 2019-07-18 +current_patch_version: 2 +date_released: 2019-07-19 # 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-07-17-release-96.markdown b/source/_posts/2019-07-17-release-96.markdown index 851a5934e84..1a776e323bc 100644 --- a/source/_posts/2019-07-17-release-96.markdown +++ b/source/_posts/2019-07-17-release-96.markdown @@ -146,6 +146,29 @@ The Home Assistant Podcast has published [episode 53](https://hasspodcast.io/ha0 [smartthings docs]: /components/smartthings/ [zwave docs]: /components/zwave/ +## Release 0.96.2 - July 19 + +- Fix fritzbox climate HVAC mode / temperature ([@cgtobi] - [#25275]) ([fritzbox docs]) +- Fixed python-wink method names ([@w1ll1am23] - [#25285]) ([wink docs]) +- [climate] Correct honeywell supported_features ([@zxdavb] - [#25292]) ([honeywell docs]) +- Fix HM with use wrong datapoint for off ([@pvizeli] - [#25298]) ([homematic docs]) +- Fix plant error when adding new value ([@cgtobi] - [#25302]) ([plant docs]) + +[#25275]: https://github.com/home-assistant/home-assistant/pull/25275 +[#25285]: https://github.com/home-assistant/home-assistant/pull/25285 +[#25292]: https://github.com/home-assistant/home-assistant/pull/25292 +[#25298]: https://github.com/home-assistant/home-assistant/pull/25298 +[#25302]: https://github.com/home-assistant/home-assistant/pull/25302 +[@cgtobi]: https://github.com/cgtobi +[@pvizeli]: https://github.com/pvizeli +[@w1ll1am23]: https://github.com/w1ll1am23 +[@zxdavb]: https://github.com/zxdavb +[fritzbox docs]: /components/fritzbox/ +[homematic docs]: /components/homematic/ +[honeywell docs]: /components/honeywell/ +[plant docs]: /components/plant/ +[wink docs]: /components/wink/ + ## 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).