From 3074d2b78ea064f41264e51ef004a1a42bb32015 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sun, 22 Oct 2017 08:49:27 -0700 Subject: [PATCH] Update website --- _config.yml | 6 +++--- source/_posts/2017-10-21-release-56.markdown | 9 ++++++++- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/_config.yml b/_config.yml index 205c3ccfea8..fb78ca7c0c5 100644 --- a/_config.yml +++ b/_config.yml @@ -140,11 +140,11 @@ social: # Home Assistant release details current_major_version: 0 current_minor_version: 56 -current_patch_version: 0 -date_released: 2017-10-21 +current_patch_version: 1 +date_released: 2017-10-22 # Either # or the anchor link to latest release notes in the blog post. # Must be prefixed with a # and have double quotes around it. # Major release: -#patch_version_notes: "#release-0551---october-15" +patch_version_notes: "#release-0561---october-22" # Minor release (Example #release-0431---april-25): diff --git a/source/_posts/2017-10-21-release-56.markdown b/source/_posts/2017-10-21-release-56.markdown index 6d1c1829dcc..2f228c63872 100644 --- a/source/_posts/2017-10-21-release-56.markdown +++ b/source/_posts/2017-10-21-release-56.markdown @@ -53,6 +53,11 @@ Why not observe your [Travis CI](https://travis-ci.org) jobs with Home Assistant - Add serial sensor ([@fabaff] - [#9861]) ([sensor.serial docs]) (new-platform) - Add Toon support ([@Boltgolt] - [#9483]) ([toon docs]) ([climate.toon docs]) ([sensor.toon docs]) ([switch.toon docs]) (new-platform) +## {% linkable_title 0.56.1 - October 22 %} + +- Fix device update / entity_id with names ([@pvizeli] - [#10029]) +- fix temperature/humidity sensors valid values ([@bieniu] - [#10024]) ([sensor.xiaomi_aqara docs]) + ## {% 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. @@ -528,4 +533,6 @@ Experiencing issues introduced by this release? Please report them in our [issue [wink docs]: https://home-assistant.io/components/wink/ [xiaomi_aqara docs]: https://home-assistant.io/components/xiaomi_aqara/ [zha docs]: https://home-assistant.io/components/zha/ - +[#10024]: https://github.com/home-assistant/home-assistant/pull/10024 +[#10029]: https://github.com/home-assistant/home-assistant/pull/10029 +[@bieniu]: https://github.com/bieniu