From 754888eb2b0b3fdae5f037fb1616d0ddf3a6509a Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 11 Nov 2020 18:48:27 +0100 Subject: [PATCH] 0.117.6 (#15614) --- _config.yml | 4 ++-- source/_posts/2020-10-28-release-117.markdown | 19 +++++++++++++++++++ 2 files changed, 21 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 6983d5c4d3b..41b824f4db0 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: 5 -date_released: 2020-11-05 +current_patch_version: 6 +date_released: 2020-11-11 # 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 eb082184277..f63ea27ed91 100644 --- a/source/_posts/2020-10-28-release-117.markdown +++ b/source/_posts/2020-10-28-release-117.markdown @@ -60,6 +60,7 @@ So, keep an eye on our social media for the announcement. - [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) +- [Release 0.117.6 - November 11](#release-01176---november-11) - [If you need help...](#if-you-need-help) - [Breaking Changes](#breaking-changes) - [Farewell to the following](#farewell-to-the-following) @@ -481,6 +482,24 @@ The following integrations are now available via the Home Assistant UI: [simplisafe docs]: /integrations/simplisafe/ [tasmota docs]: /integrations/tasmota/ +## Release 0.117.6 - November 11 + +- Remove unneeded state restoration of the physical device in rpi_gpio_pwm integration ([@soldag] - [#42804]) ([rpi_gpio_pwm docs]) +- Bump pwmled to v1.6.7 ([@soldag] - [#42903]) ([rpi_gpio_pwm docs]) +- Bump gTTS-token to 1.1.4 ([@hmmbob] - [#43015]) ([google_translate docs]) +- Fix Plex auth issues by setting header ([@jjlawren] - [#43081]) ([plex docs]) + +[#42804]: https://github.com/home-assistant/core/pull/42804 +[#42903]: https://github.com/home-assistant/core/pull/42903 +[#43015]: https://github.com/home-assistant/core/pull/43015 +[#43081]: https://github.com/home-assistant/core/pull/43081 +[@hmmbob]: https://github.com/hmmbob +[@jjlawren]: https://github.com/jjlawren +[@soldag]: https://github.com/soldag +[google_translate docs]: /integrations/google_translate/ +[plex docs]: /integrations/plex/ +[rpi_gpio_pwm docs]: /integrations/rpi_gpio_pwm/ + ## 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).