From 321830ab491b121340f3404d689ada62ce17142d Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Thu, 30 Apr 2020 23:48:06 -0700 Subject: [PATCH 1/3] Release 109.2 --- _config.yml | 4 +- source/_posts/2020-04-29-release-109.markdown | 47 +++++++++++++++++++ 2 files changed, 49 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 4a8e9342b278..1544f1c61e91 100644 --- a/_config.yml +++ b/_config.yml @@ -101,8 +101,8 @@ social: # Home Assistant release details current_major_version: 0 current_minor_version: 109 -current_patch_version: 1 -date_released: 2020-04-30 +current_patch_version: 2 +date_released: 2020-04-31 # Either # or the anchor link to latest release notes in the blog post. # Must be prefixed with a # and have double quotes around it. diff --git a/source/_posts/2020-04-29-release-109.markdown b/source/_posts/2020-04-29-release-109.markdown index 876026a4343f..4a60259f7394 100644 --- a/source/_posts/2020-04-29-release-109.markdown +++ b/source/_posts/2020-04-29-release-109.markdown @@ -401,6 +401,53 @@ Pushetta has been offline since September 2019 and the Yahoo Weather API has bee [toon docs]: /integrations/toon/ [webostv docs]: /integrations/webostv/ +## Release 0.109.2 - April 30 + +- Don't attempt to set Vizio is_volume_muted property if Vizio API doesn't provide muted state ([@raman325] - [#34782]) ([vizio docs]) +- Bump brother to 0.1.14 ([@bieniu] - [#34930]) ([brother docs]) +- Fix MQTT debug info for same topic ([@emontnemery] - [#34952]) ([mqtt docs]) +- Fix preservation of homekit fan speed on toggle ([@bdraco] - [#34971]) +- Fix restoring isy994 brightness with no previous state ([@bdraco] - [#34972]) ([isy994 docs]) +- Support num_repeats for roku remote ([@ctalkington] - [#34981]) ([roku docs]) +- Support num_repeats for directv remote ([@ctalkington] - [#34982]) ([directv docs]) ([directv docs]) +- UniFi - Disconnected clients wrongfully marked as wired not created ([@Kane610] - [#34986]) ([unifi docs]) +- Log the rachio webhook url ([@bdraco] - [#34992]) ([rachio docs]) +- Add allow extra to totalconnect config schema ([@austinmroczek] - [#34993]) ([totalconnect docs]) +- Fix roomba not reporting error ([@shenxn] - [#34996]) ([roomba docs]) +- Lint roomba ([@balloob] - [#35000]) ([roomba docs]) + +[#34782]: https://github.com/home-assistant/core/pull/34782 +[#34930]: https://github.com/home-assistant/core/pull/34930 +[#34952]: https://github.com/home-assistant/core/pull/34952 +[#34971]: https://github.com/home-assistant/core/pull/34971 +[#34972]: https://github.com/home-assistant/core/pull/34972 +[#34981]: https://github.com/home-assistant/core/pull/34981 +[#34982]: https://github.com/home-assistant/core/pull/34982 +[#34986]: https://github.com/home-assistant/core/pull/34986 +[#34992]: https://github.com/home-assistant/core/pull/34992 +[#34993]: https://github.com/home-assistant/core/pull/34993 +[#34996]: https://github.com/home-assistant/core/pull/34996 +[#35000]: https://github.com/home-assistant/core/pull/35000 +[@Kane610]: https://github.com/Kane610 +[@austinmroczek]: https://github.com/austinmroczek +[@balloob]: https://github.com/balloob +[@bdraco]: https://github.com/bdraco +[@bieniu]: https://github.com/bieniu +[@ctalkington]: https://github.com/ctalkington +[@emontnemery]: https://github.com/emontnemery +[@raman325]: https://github.com/raman325 +[@shenxn]: https://github.com/shenxn +[brother docs]: /integrations/brother/ +[directv docs]: /integrations/directv/ +[isy994 docs]: /integrations/isy994/ +[mqtt docs]: /integrations/mqtt/ +[rachio docs]: /integrations/rachio/ +[roku docs]: /integrations/roku/ +[roomba docs]: /integrations/roomba/ +[totalconnect docs]: /integrations/totalconnect/ +[unifi docs]: /integrations/unifi/ +[vizio docs]: /integrations/vizio/ + ## All changes
From 2527937685d3d53438cd5b58548adf62ac9ecbd0 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Fri, 1 May 2020 10:37:49 +0200 Subject: [PATCH 2/3] :pencil2: Correct date --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 1544f1c61e91..fc2ebbcc8389 100644 --- a/_config.yml +++ b/_config.yml @@ -102,7 +102,7 @@ social: current_major_version: 0 current_minor_version: 109 current_patch_version: 2 -date_released: 2020-04-31 +date_released: 2020-05-01 # Either # or the anchor link to latest release notes in the blog post. # Must be prefixed with a # and have double quotes around it. From 4b46566bec6a77d199f0075640b9413e78a87202 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Fri, 1 May 2020 10:38:45 +0200 Subject: [PATCH 3/3] :pencil2: Correct date --- source/_posts/2020-04-29-release-109.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_posts/2020-04-29-release-109.markdown b/source/_posts/2020-04-29-release-109.markdown index 4a60259f7394..5727ed362879 100644 --- a/source/_posts/2020-04-29-release-109.markdown +++ b/source/_posts/2020-04-29-release-109.markdown @@ -401,7 +401,7 @@ Pushetta has been offline since September 2019 and the Yahoo Weather API has bee [toon docs]: /integrations/toon/ [webostv docs]: /integrations/webostv/ -## Release 0.109.2 - April 30 +## Release 0.109.2 - May 1 - Don't attempt to set Vizio is_volume_muted property if Vizio API doesn't provide muted state ([@raman325] - [#34782]) ([vizio docs]) - Bump brother to 0.1.14 ([@bieniu] - [#34930]) ([brother docs])