diff --git a/_config.yml b/_config.yml index d5ce920282a..a0df0693e03 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: 0 -date_released: 2019-07-17 +current_patch_version: 1 +date_released: 2019-07-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. diff --git a/source/_posts/2019-07-17-release-96.markdown b/source/_posts/2019-07-17-release-96.markdown index 94a77dfed9e..78a8187402a 100644 --- a/source/_posts/2019-07-17-release-96.markdown +++ b/source/_posts/2019-07-17-release-96.markdown @@ -112,6 +112,42 @@ The Home Assistant Podcast has published [episode 53](https://hasspodcast.io/ha0 - [climate] Add water_heater to evohome ([@zxdavb] - [#25035]) ([evohome docs]) (beta fix) (new-platform) - [Climate] Hive Add water heater Component post the refresh of the climate component. ([@KJonline] - [#25148]) ([hive docs]) (beta fix) (new-platform) +## Release 0.96.1 - July 18 + +- Show off value ([@pvizeli] - [#25236]) +- Fix eq3btsmart ([@pvizeli] - [#25238]) ([eq3btsmart docs]) +- Make presets prettier ([@cgtobi] - [#25245]) ([netatmo docs]) +- Fix the unit of measurement for ecobee climate ([@cgtobi] - [#25246]) ([ecobee docs]) +- ecobee Preset Fix ([@geekofweek] - [#25256]) ([ecobee docs]) +- Update CT80 Humidity call ([@zombielinux] - [#25258]) ([radiotherm docs]) +- Restore SmartThings A/C on/off services ([@andrewsayre] - [#25259]) ([smartthings docs]) +- Add hvac modes back to opentherm ([@balloob] - [#25268]) ([opentherm_gw docs]) +- Added states and modes for zwave climate ([@stboch] - [#25274]) ([zwave docs]) + +[#25236]: https://github.com/home-assistant/home-assistant/pull/25236 +[#25238]: https://github.com/home-assistant/home-assistant/pull/25238 +[#25245]: https://github.com/home-assistant/home-assistant/pull/25245 +[#25246]: https://github.com/home-assistant/home-assistant/pull/25246 +[#25256]: https://github.com/home-assistant/home-assistant/pull/25256 +[#25258]: https://github.com/home-assistant/home-assistant/pull/25258 +[#25259]: https://github.com/home-assistant/home-assistant/pull/25259 +[#25268]: https://github.com/home-assistant/home-assistant/pull/25268 +[#25274]: https://github.com/home-assistant/home-assistant/pull/25274 +[@andrewsayre]: https://github.com/andrewsayre +[@balloob]: https://github.com/balloob +[@cgtobi]: https://github.com/cgtobi +[@geekofweek]: https://github.com/geekofweek +[@pvizeli]: https://github.com/pvizeli +[@stboch]: https://github.com/stboch +[@zombielinux]: https://github.com/zombielinux +[ecobee docs]: /components/ecobee/ +[eq3btsmart docs]: /components/eq3btsmart/ +[netatmo docs]: /components/netatmo/ +[opentherm_gw docs]: /components/opentherm_gw/ +[radiotherm docs]: /components/radiotherm/ +[smartthings docs]: /components/smartthings/ +[zwave docs]: /components/zwave/ + ## 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).