Release 0.116.3

This commit is contained in:
Paulus Schoutsen 2020-10-15 08:44:17 +00:00
parent d453ba2423
commit e00e339d4b
2 changed files with 44 additions and 2 deletions

View File

@ -100,8 +100,8 @@ social:
# Home Assistant release details # Home Assistant release details
current_major_version: 0 current_major_version: 0
current_minor_version: 116 current_minor_version: 116
current_patch_version: 2 current_patch_version: 3
date_released: 2020-10-09 date_released: 2020-10-15
# Either # or the anchor link to latest release notes in the blog post. # Either # or the anchor link to latest release notes in the blog post.
# Must be prefixed with a # and have double quotes around it. # Must be prefixed with a # and have double quotes around it.

View File

@ -45,6 +45,7 @@ As always, enjoy the release!
- [Integrations now available to set up from the UI](#integrations-now-available-to-set-up-from-the-ui) - [Integrations now available to set up from the UI](#integrations-now-available-to-set-up-from-the-ui)
- [Release 0.116.1 - October 8](#release-01161---october-8) - [Release 0.116.1 - October 8](#release-01161---october-8)
- [Release 0.116.2 - October 9](#release-01162---october-9) - [Release 0.116.2 - October 9](#release-01162---october-9)
- [Release 0.116.3 - October 15](#release-01163---october-15)
- [If you need help...](#if-you-need-help) - [If you need help...](#if-you-need-help)
- [Breaking Changes](#breaking-changes) - [Breaking Changes](#breaking-changes)
- [All changes](#all-changes) - [All changes](#all-changes)
@ -248,6 +249,47 @@ The following integrations are now available via the Home Assistant UI:
[poolsense docs]: /integrations/poolsense/ [poolsense docs]: /integrations/poolsense/
[yeelight docs]: /integrations/yeelight/ [yeelight docs]: /integrations/yeelight/
## Release 0.116.3 - October 15
- Add delete to hassio API ([@ludeeus] - [#41500]) ([hassio docs]) (new-integration)
- Fix disabled Synology DSM camera ([@Quentame] - [#41686]) ([synology_dsm docs])
- Fix KEF LSX becoming unavailable ([@basnijholt] - [#41700]) ([kef docs])
- Ensure all template errors are caught and the websocket api reports them ([@bdraco] - [#41719]) ([websocket_api docs])
- Offload dockermachines into core ([@pvizeli] - [#41756])
- Fix issues with metric conversion and single pump type for filter pumps in Omnilogic integration ([@djtimca] - [#41777]) ([omnilogic docs])
- Fix SimpliSafe re-auth flow ([@bachya] - [#41805]) ([simplisafe docs])
- Shelly: fix for RGB devices ([@chemelli74] - [#41841]) ([shelly docs])
- Permit event trackers to accept an empty list of entities or domains ([@bdraco] - [#41857])
- Reduce polling for Netatmo weather station sensors ([@cgtobi] - [#41858]) ([netatmo docs])
[#41500]: https://github.com/home-assistant/core/pull/41500
[#41686]: https://github.com/home-assistant/core/pull/41686
[#41700]: https://github.com/home-assistant/core/pull/41700
[#41719]: https://github.com/home-assistant/core/pull/41719
[#41756]: https://github.com/home-assistant/core/pull/41756
[#41777]: https://github.com/home-assistant/core/pull/41777
[#41805]: https://github.com/home-assistant/core/pull/41805
[#41841]: https://github.com/home-assistant/core/pull/41841
[#41857]: https://github.com/home-assistant/core/pull/41857
[#41858]: https://github.com/home-assistant/core/pull/41858
[@Quentame]: https://github.com/Quentame
[@bachya]: https://github.com/bachya
[@basnijholt]: https://github.com/basnijholt
[@bdraco]: https://github.com/bdraco
[@cgtobi]: https://github.com/cgtobi
[@chemelli74]: https://github.com/chemelli74
[@djtimca]: https://github.com/djtimca
[@ludeeus]: https://github.com/ludeeus
[@pvizeli]: https://github.com/pvizeli
[hassio docs]: /integrations/hassio/
[kef docs]: /integrations/kef/
[netatmo docs]: /integrations/netatmo/
[omnilogic docs]: /integrations/omnilogic/
[shelly docs]: /integrations/shelly/
[simplisafe docs]: /integrations/simplisafe/
[synology_dsm docs]: /integrations/synology_dsm/
[websocket_api docs]: /integrations/websocket_api/
## If you need help... ## 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). ...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).