Release 0.57.3

This commit is contained in:
Paulus Schoutsen 2017-11-11 13:01:45 -08:00
parent 75f174abd7
commit 3ad0d80352
2 changed files with 16 additions and 3 deletions

View File

@ -141,10 +141,10 @@ social:
current_major_version: 0 current_major_version: 0
current_minor_version: 57 current_minor_version: 57
current_patch_version: 2 current_patch_version: 2
date_released: 2017-11-05 date_released: 2017-11-11
# 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.
# Major release: # Major release:
patch_version_notes: "#release-0572--november-5" patch_version_notes: "#release-0573--november-11"
# Minor release (Example #release-0431---april-25): # Minor release (Example #release-0431---april-25):

View File

@ -92,6 +92,11 @@ Okay, one more highlight before we'll let you check out the changelog. Contribut
- Update frontend with fixes for setting temperature on climate card ([@balloob]) - Update frontend with fixes for setting temperature on climate card ([@balloob])
- Fix setting max brightness for TRADFRI ([@ggravlingen] - [#10359]) - Fix setting max brightness for TRADFRI ([@ggravlingen] - [#10359])
## {% linkable_title release 0.57.3 - november 11 %}
- Tellstick Duo acync callback fix ([@stefan-jonasson] - [#10384]) ([tellstick docs])
- Fixed update() method and removed `ding` feature from stickupcams/floodlight ([@tchellomello] - [#10428]) ([binary_sensor.ring docs]) ([camera.ring docs]) ([sensor.ring docs])
## {% linkable_title If you need help... %} ## {% linkable_title 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). The release notes have comments enabled but it's preferred if you use the former communication channels. Thanks. ...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). The release notes have comments enabled but it's preferred if you use the former communication channels. Thanks.
@ -643,4 +648,12 @@ Experiencing issues introduced by this release? Please report them in our [issue
[wink docs]: https://home-assistant.io/components/wink/ [wink docs]: https://home-assistant.io/components/wink/
[xiaomi_aqara docs]: https://home-assistant.io/components/xiaomi_aqara/ [xiaomi_aqara docs]: https://home-assistant.io/components/xiaomi_aqara/
[ikea email]: https://twitter.com/home_assistant/status/925373865802502144 [ikea email]: https://twitter.com/home_assistant/status/925373865802502144
[wink-auth]: https://home-assistant.io/components/wink/#authenticate-using-developerwinkcomhttpsdeveloperwinkcom [wink-auth]: https://home-assistant.io/components/wink/#authenticate-using-developerwinkcomhttpsdeveloperwinkcom
[#10384]: https://github.com/home-assistant/home-assistant/pull/10384
[#10428]: https://github.com/home-assistant/home-assistant/pull/10428
[@stefan-jonasson]: https://github.com/stefan-jonasson
[@tchellomello]: https://github.com/tchellomello
[binary_sensor.ring docs]: https://home-assistant.io/components/binary_sensor.ring/
[camera.ring docs]: https://home-assistant.io/components/camera.ring/
[sensor.ring docs]: https://home-assistant.io/components/sensor.ring/
[tellstick docs]: https://home-assistant.io/components/tellstick/