From 451c801a891cd888d736a04d02496a29173c3369 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Thu, 5 Nov 2020 13:48:01 +0000 Subject: [PATCH] Release 0.117.5 --- _config.yml | 4 +-- source/_posts/2020-10-28-release-117.markdown | 29 +++++++++++++++++++ 2 files changed, 31 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 5a861c9c43b..6983d5c4d3b 100644 --- a/_config.yml +++ b/_config.yml @@ -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. diff --git a/source/_posts/2020-10-28-release-117.markdown b/source/_posts/2020-10-28-release-117.markdown index 50e2af81e22..eb082184277 100644 --- a/source/_posts/2020-10-28-release-117.markdown +++ b/source/_posts/2020-10-28-release-117.markdown @@ -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) @@ -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).