From 7febd86275f6b31b94401971511bf64cb7f11177 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 21 Jan 2020 13:31:08 +0100 Subject: [PATCH] 0.104.3 --- _config.yml | 4 ++-- source/_posts/2020-01-15-release-104.markdown | 23 +++++++++++++++++++ 2 files changed, 25 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 11a12b7952f..cca4f990d00 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: 2 -date_released: 2020-01-17 +current_patch_version: 3 +date_released: 2020-01-21 # 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 efdb991faac..caf7b796e2e 100644 --- a/source/_posts/2020-01-15-release-104.markdown +++ b/source/_posts/2020-01-15-release-104.markdown @@ -488,6 +488,29 @@ Make sure to fill in all fields of the issue template, that is helping us a lot! [ring docs]: /integrations/ring/ [zha docs]: /integrations/zha/ +## Release 0.104.3 - January 21 + +- Catch all Ring timeout errors ([@balloob] - [#30960]) ([ring docs]) +- Update emulated_roku to 0.2.0 ([@jdeluyck] - [#30974]) ([emulated_roku docs]) +- Ring camera fix ([@steve-gombos] - [#30975]) ([ring docs]) +- Fix capability_attributes when supported_features is None ([@JeffLIrion] - [#30993]) ([water_heater docs]) +- Fix deCONZ update entry from Hassio discovery ([@frenck] - [#31015]) ([deconz docs]) + +[#30960]: https://github.com/home-assistant/home-assistant/pull/30960 +[#30974]: https://github.com/home-assistant/home-assistant/pull/30974 +[#30975]: https://github.com/home-assistant/home-assistant/pull/30975 +[#30993]: https://github.com/home-assistant/home-assistant/pull/30993 +[#31015]: https://github.com/home-assistant/home-assistant/pull/31015 +[@JeffLIrion]: https://github.com/JeffLIrion +[@balloob]: https://github.com/balloob +[@frenck]: https://github.com/frenck +[@jdeluyck]: https://github.com/jdeluyck +[@steve-gombos]: https://github.com/steve-gombos +[deconz docs]: /integrations/deconz/ +[emulated_roku docs]: /integrations/emulated_roku/ +[ring docs]: /integrations/ring/ +[water_heater docs]: /integrations/water_heater/ + ## All changes - Move imports to top for decora_wifi ([@springstan] - [#29439]) ([decora_wifi docs])