From 55e038497aa824ca6673af708fb9af683d635d37 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sat, 12 Oct 2019 20:14:20 -0700 Subject: [PATCH] Release 100.2 --- _config.yml | 4 +-- source/_posts/2019-10-10-release-100.markdown | 30 +++++++++++++++++++ 2 files changed, 32 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index a7c36a013ba..e97eb763572 100644 --- a/_config.yml +++ b/_config.yml @@ -101,8 +101,8 @@ social: # Home Assistant release details current_major_version: 0 current_minor_version: 100 -current_patch_version: 1 -date_released: 2019-10-10 +current_patch_version: 2 +date_released: 2019-10-12 # 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/2019-10-10-release-100.markdown b/source/_posts/2019-10-10-release-100.markdown index e3025f84476..227b45b7a75 100644 --- a/source/_posts/2019-10-10-release-100.markdown +++ b/source/_posts/2019-10-10-release-100.markdown @@ -138,6 +138,36 @@ As always, this release of Home Assistant is accompanied with a new release of t - Fix build not succeeding [@bramkragten] +## Release 0.100.2 - October 12 + +- Vangorra withings fix ([@vangorra] - [#27404]) ([withings docs]) +- Bump python-songpal ([@rytilahti] - [#27398]) ([songpal docs]) +- bump songpal to fix attrs usage when using its most recent version ([@rytilahti] - [#27410]) ([songpal docs]) +- iaqualink: set 5s timeout, use cookiejar defaults ([@flz] - [#27426]) ([iaqualink docs]) +- Add mobile_app dependency on cloud ([@uSpike] - [#27470]) ([mobile_app docs]) +- Fix for unknown sensor state ([@marthoc] - [#27542]) ([ecobee docs]) +- Google: catch query not supported ([@balloob] - [#27559]) ([google_assistant docs]) + +[#27398]: https://github.com/home-assistant/home-assistant/pull/27398 +[#27404]: https://github.com/home-assistant/home-assistant/pull/27404 +[#27410]: https://github.com/home-assistant/home-assistant/pull/27410 +[#27426]: https://github.com/home-assistant/home-assistant/pull/27426 +[#27470]: https://github.com/home-assistant/home-assistant/pull/27470 +[#27542]: https://github.com/home-assistant/home-assistant/pull/27542 +[#27559]: https://github.com/home-assistant/home-assistant/pull/27559 +[@balloob]: https://github.com/balloob +[@flz]: https://github.com/flz +[@marthoc]: https://github.com/marthoc +[@rytilahti]: https://github.com/rytilahti +[@uspike]: https://github.com/uSpike +[@vangorra]: https://github.com/vangorra +[ecobee docs]: /integrations/ecobee/ +[google_assistant docs]: /integrations/google_assistant/ +[iaqualink docs]: /integrations/iaqualink/ +[mobile_app docs]: /integrations/mobile_app/ +[songpal docs]: /integrations/songpal/ +[withings docs]: /integrations/withings/ + ## 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).