From 90f2d0e19b13236ceef6b03b47c2a0d76444f8b6 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Fri, 17 Jan 2020 16:27:54 -0800 Subject: [PATCH] 104.2 --- _config.yml | 4 +-- source/_posts/2020-01-15-release-104.markdown | 36 +++++++++++++++++++ 2 files changed, 38 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 9d8133312f8..11a12b7952f 100644 --- a/_config.yml +++ b/_config.yml @@ -101,8 +101,8 @@ social: # Home Assistant release details current_major_version: 0 current_minor_version: 104 -current_patch_version: 1 -date_released: 2020-01-16 +current_patch_version: 2 +date_released: 2020-01-17 # 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-01-15-release-104.markdown b/source/_posts/2020-01-15-release-104.markdown index 9eb59faa0c0..b91f402957f 100644 --- a/source/_posts/2020-01-15-release-104.markdown +++ b/source/_posts/2020-01-15-release-104.markdown @@ -450,6 +450,42 @@ Make sure to fill in all fields of the issue template, that is helping us a lot! [msteams docs]: /integrations/msteams/ [webostv docs]: /integrations/webostv/ +## Release 0.104.2 - January 17 + +- 0.104.0 ([@frenck] - [#30803]) +- add multistate back ([@dmulcahey] - [#30889]) ([zha docs]) +- Fix missing switch groups of HomematicIP Cloud ([@SukramJ] - [#30903]) ([homematicip_cloud docs]) +- Fix issue with group unique id when normalising bridge id ([@Kane610] - [#30904]) ([deconz docs]) +- Fix Alexa semantics for covers with tilt support. ([@ochlocracy] - [#30911]) ([alexa docs]) +- camera endpoint likes to timeout, catch it. ([@balloob] - [#30919]) ([ring docs]) +- Fix service device refresh calling state update ([@Kane610] - [#30920]) ([deconz docs]) +- Updated frontend to 20200108.2 ([@bramkragten] - [#30921]) ([frontend docs]) +- Fix hue accepting filename ([@balloob] - [#30924]) ([hue docs]) + +[#30803]: https://github.com/home-assistant/home-assistant/pull/30803 +[#30889]: https://github.com/home-assistant/home-assistant/pull/30889 +[#30903]: https://github.com/home-assistant/home-assistant/pull/30903 +[#30904]: https://github.com/home-assistant/home-assistant/pull/30904 +[#30911]: https://github.com/home-assistant/home-assistant/pull/30911 +[#30919]: https://github.com/home-assistant/home-assistant/pull/30919 +[#30920]: https://github.com/home-assistant/home-assistant/pull/30920 +[#30921]: https://github.com/home-assistant/home-assistant/pull/30921 +[#30924]: https://github.com/home-assistant/home-assistant/pull/30924 +[@Kane610]: https://github.com/Kane610 +[@SukramJ]: https://github.com/SukramJ +[@balloob]: https://github.com/balloob +[@bramkragten]: https://github.com/bramkragten +[@dmulcahey]: https://github.com/dmulcahey +[@frenck]: https://github.com/frenck +[@ochlocracy]: https://github.com/ochlocracy +[alexa docs]: /integrations/alexa/ +[deconz docs]: /integrations/deconz/ +[frontend docs]: /integrations/frontend/ +[homematicip_cloud docs]: /integrations/homematicip_cloud/ +[hue docs]: /integrations/hue/ +[ring docs]: /integrations/ring/ +[zha docs]: /integrations/zha/ + ## All changes - Move imports to top for decora_wifi ([@springstan] - [#29439]) ([decora_wifi docs])