This commit is contained in:
Paulus Schoutsen 2019-08-09 11:25:55 -07:00
parent ff06792366
commit 5c93c2681e
2 changed files with 26 additions and 2 deletions

View File

@ -99,8 +99,8 @@ social:
# Home Assistant release details
current_major_version: 0
current_minor_version: 97
current_patch_version: 0
date_released: 2019-08-07
current_patch_version: 1
date_released: 2019-08-09
# Either # or the anchor link to latest release notes in the blog post.
# Must be prefixed with a # and have double quotes around it.

View File

@ -79,6 +79,28 @@ We wrote about how we use Azure DevOps to automate the development of Home Assis
- Add De Lijn (Flemish Public Transport) component ([@bollewolle] - [#24265]) ([delijn docs]) (new-integration) (new-platform)
- Add Support for VeSync Devices - Outlets and Switches ([@webdjoe] - [#24953]) ([vesync docs]) (new-platform)
## Release 0.97.1 - August 9
A new breaking change was introduced with 0.97.1 to accomodate for the HaveIBeenPwned shutting down v2 of their API on August 18. The integration has been migrated to using v3.
- Update HIBP sensor to use API v3 and API Key ([@aetaric] - [#25699]) ([haveibeenpwned docs]) (breaking change)
- Update Cisco Mobility Express module version ([@fbradyirl] - [#25770]) ([cisco_mobility_express docs])
- Don't track unstable attributes ([@jjlawren] - [#25787]) ([unifi docs]) (breaking change)
- Fix deconz allow_clip_sensor and allow_deconz_groups options ([@Anonym-tsk] - [#25811]) ([deconz docs])
[#25699]: https://github.com/home-assistant/home-assistant/pull/25699
[#25770]: https://github.com/home-assistant/home-assistant/pull/25770
[#25787]: https://github.com/home-assistant/home-assistant/pull/25787
[#25811]: https://github.com/home-assistant/home-assistant/pull/25811
[@Anonym-tsk]: https://github.com/Anonym-tsk
[@aetaric]: https://github.com/aetaric
[@fbradyirl]: https://github.com/fbradyirl
[@jjlawren]: https://github.com/jjlawren
[cisco_mobility_express docs]: /components/cisco_mobility_express/
[deconz docs]: /components/deconz/
[haveibeenpwned docs]: /components/haveibeenpwned/
[unifi docs]: /components/unifi/
## 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).
@ -146,6 +168,8 @@ Experiencing issues introduced by this release? Please report them in our [issue
- Due in -> due_in
- Due at -> due_at
- **haveibeenpwned** - the v2 API is now replaced with the v3 API, which requires an API key. v2 of the API will stop working on August 18.
## Beta Fixes
- Expose comfort presets as HA presets ([@balloob] - [#25491]) ([ecobee docs]) (breaking change) (beta fix)