Skip to content

Commit

Permalink
Release 0.117.5
Browse files Browse the repository at this point in the history
  • Loading branch information
balloob committed Nov 5, 2020
1 parent 48c5390 commit 451c801
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ social:
# Home Assistant release details
current_major_version: 0
current_minor_version: 117
current_patch_version: 4
date_released: 2020-11-04
current_patch_version: 5
date_released: 2020-11-05

# Either # or the anchor link to latest release notes in the blog post.
# Must be prefixed with a # and have double quotes around it.
Expand Down
29 changes: 29 additions & 0 deletions source/_posts/2020-10-28-release-117.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ So, keep an eye on our social media for the announcement.
- [Release 0.117.2 - November 1](#release-01172---november-1)
- [Release 0.117.3 - November 4](#release-01173---november-4)
- [Release 0.117.4 - November 4](#release-01174---november-4)
- [Release 0.117.5 - November 5](#release-01175---november-5)
- [If you need help...](#if-you-need-help)
- [Breaking Changes](#breaking-changes)
- [Farewell to the following](#farewell-to-the-following)
Expand Down Expand Up @@ -452,6 +453,34 @@ The following integrations are now available via the Home Assistant UI:
[gree docs]: /integrations/gree/
[rfxtrx docs]: /integrations/rfxtrx/

## Release 0.117.5 - November 5

- Bump hatasmota to 0.0.25.1 ([@emontnemery] - [#42850]) ([tasmota docs])
- Clean up SimpliSafe binary sensor implementation ([@bachya] - [#42841]) ([simplisafe docs])
- Fix missing sensor exceptions in SimpliSafe ([@bachya] - [#42845]) ([simplisafe docs])
- Fix missing/incorrect SimpliSafe entities ([@bachya] - [#42846]) ([simplisafe docs])
- Fix Netatmo public weather sensor bug ([@cgtobi] - [#42858]) ([netatmo docs])
- Revert "Fix broken maxcube component" ([@onkelbeh] - [#42859]) ([maxcube docs])
- Bump bimmer_connected to 0.7.12 ([@rikroe] - [#42875]) ([bmw_connected_drive docs])

[#42841]: https://github.com/home-assistant/core/pull/42841
[#42845]: https://github.com/home-assistant/core/pull/42845
[#42846]: https://github.com/home-assistant/core/pull/42846
[#42850]: https://github.com/home-assistant/core/pull/42850
[#42858]: https://github.com/home-assistant/core/pull/42858
[#42859]: https://github.com/home-assistant/core/pull/42859
[#42875]: https://github.com/home-assistant/core/pull/42875
[@bachya]: https://github.com/bachya
[@cgtobi]: https://github.com/cgtobi
[@emontnemery]: https://github.com/emontnemery
[@onkelbeh]: https://github.com/onkelbeh
[@rikroe]: https://github.com/rikroe
[bmw_connected_drive docs]: /integrations/bmw_connected_drive/
[maxcube docs]: /integrations/maxcube/
[netatmo docs]: /integrations/netatmo/
[simplisafe docs]: /integrations/simplisafe/
[tasmota docs]: /integrations/tasmota/

## 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).
Expand Down

0 comments on commit 451c801

Please sign in to comment.