From 4e017eccb64b51202c1eca5a08d9f18a9df6aca6 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sun, 30 Sep 2018 10:28:04 +0200 Subject: [PATCH] Release 79.1 --- _config.yml | 6 ++--- source/_posts/2018-10-01-release-79.markdown | 24 ++++++++++++++++++++ 2 files changed, 27 insertions(+), 3 deletions(-) diff --git a/_config.yml b/_config.yml index 422f2e62802..2579a4eac94 100644 --- a/_config.yml +++ b/_config.yml @@ -142,13 +142,13 @@ social: # Home Assistant release details current_major_version: 0 current_minor_version: 79 -current_patch_version: 0 -date_released: 2018-09-28 +current_patch_version: 1 +date_released: 2018-09-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. # Major release: -patch_version_notes: "" +patch_version_notes: "release-0791---september-30" # Minor release (Example #release-0431---april-25): # Date we moved to Discourse for comments diff --git a/source/_posts/2018-10-01-release-79.markdown b/source/_posts/2018-10-01-release-79.markdown index 6676be9507b..e3bca1283c4 100644 --- a/source/_posts/2018-10-01-release-79.markdown +++ b/source/_posts/2018-10-01-release-79.markdown @@ -56,6 +56,30 @@ Oh, and yes, there is also some cool new integrations. Support has been added fo - GeoJSON platform ([@exxamalte] - [#16610]) ([geo_location docs]) (new-platform) - Add linky sensor ([@tiste] - [#16468]) ([sensor.linky docs]) (new-platform) +## {% linkable_title Release 0.79.1 - September 30 %} + +- Optimize Ring Sensors platform setup ([@awarecan] - [#16886]) ([binary_sensor.ring docs]) ([sensor.ring docs]) +- Fix exception during history_stats startup ([@amelchio] - [#16932]) ([sensor.history_stats docs]) +- Override unique_id of NestActivityZoneSensor ([@awarecan] - [#16961]) ([binary_sensor.nest docs]) +- Fix ISY blocking bug ([@OverloadUT] - [#16978]) ([light.isy994 docs]) +- Bump zm-py to 0.0.4 ([@rohankapoorcom] - [#16979]) ([zoneminder docs]) + +[#16886]: https://github.com/home-assistant/home-assistant/pull/16886 +[#16932]: https://github.com/home-assistant/home-assistant/pull/16932 +[#16961]: https://github.com/home-assistant/home-assistant/pull/16961 +[#16978]: https://github.com/home-assistant/home-assistant/pull/16978 +[#16979]: https://github.com/home-assistant/home-assistant/pull/16979 +[@OverloadUT]: https://github.com/OverloadUT +[@amelchio]: https://github.com/amelchio +[@awarecan]: https://github.com/awarecan +[@rohankapoorcom]: https://github.com/rohankapoorcom +[binary_sensor.nest docs]: /components/binary_sensor.nest/ +[binary_sensor.ring docs]: /components/binary_sensor.ring/ +[light.isy994 docs]: /components/light.isy994/ +[sensor.history_stats docs]: /components/sensor.history_stats/ +[sensor.ring docs]: /components/sensor.ring/ +[zoneminder docs]: /components/zoneminder/ + ## {% 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.