This commit is contained in:
Paulus Schoutsen 2020-10-30 08:33:11 +00:00
parent 349cf59cf4
commit 3907f40321
2 changed files with 39 additions and 3 deletions

View File

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

View File

@ -55,6 +55,7 @@ So, keep an eye on our social media for the announcement.
- [New Integrations](#new-integrations)
- [New Platforms](#new-platforms)
- [Integrations now available to set up from the UI](#integrations-now-available-to-set-up-from-the-ui)
- [Release 0.117.1 - October 30](#release-01171---october-30)
- [If you need help...](#if-you-need-help)
- [Breaking Changes](#breaking-changes)
- [Farewell to the following](#farewell-to-the-following)
@ -307,6 +308,41 @@ The following integrations are now available via the Home Assistant UI:
- [UpCloud][upcloud docs], done by [@scop]
- [Cloudflare][cloudflare docs], done by [@ctalkington]
## Release 0.117.1 - October 30
- Fix adding Virtual DSM system in synology_dsm ([@mib1185] - [#42523]) ([synology_dsm docs])
- Enable polling for DSMR derivative entity ([@RobBie1221] - [#42524]) ([dsmr docs])
- Bump aiohomekit to 0.2.54 ([@Jc2k] - [#42532]) ([homekit_controller docs])
- Fix RMV giving wrong data and ignoring given parameters ([@cgtobi] - [#42561]) ([rmvtransport docs])
- Update frontend to 20201021.4 ([@bramkragten] - [#42590]) ([frontend docs])
- Fix MQTT template light ([@emontnemery] - [#42598]) ([mqtt docs])
- Bump hatasmota to 0.0.25 ([@emontnemery] - [#42605]) ([tasmota docs])
- Update greeclimate to 0.9.2 ([@cmroche] - [#42616]) ([gree docs])
[#42523]: https://github.com/home-assistant/core/pull/42523
[#42524]: https://github.com/home-assistant/core/pull/42524
[#42532]: https://github.com/home-assistant/core/pull/42532
[#42561]: https://github.com/home-assistant/core/pull/42561
[#42590]: https://github.com/home-assistant/core/pull/42590
[#42598]: https://github.com/home-assistant/core/pull/42598
[#42605]: https://github.com/home-assistant/core/pull/42605
[#42616]: https://github.com/home-assistant/core/pull/42616
[@Jc2k]: https://github.com/Jc2k
[@RobBie1221]: https://github.com/RobBie1221
[@bramkragten]: https://github.com/bramkragten
[@cgtobi]: https://github.com/cgtobi
[@cmroche]: https://github.com/cmroche
[@emontnemery]: https://github.com/emontnemery
[@mib1185]: https://github.com/mib1185
[dsmr docs]: /integrations/dsmr/
[frontend docs]: /integrations/frontend/
[gree docs]: /integrations/gree/
[homekit_controller docs]: /integrations/homekit_controller/
[mqtt docs]: /integrations/mqtt/
[rmvtransport docs]: /integrations/rmvtransport/
[synology_dsm docs]: /integrations/synology_dsm/
[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).