Skip to content
Merged

0.117.6 #15614

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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: 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.
Expand Down
19 changes: 19 additions & 0 deletions source/_posts/2020-10-28-release-117.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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).
Expand Down