From ac908fda892b9224d9ddac3ac9316f12d8177940 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Wed, 10 Apr 2019 22:49:10 +0200 Subject: [PATCH] Release 0.91.3 --- source/_posts/2019-04-03-release-91.markdown | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/source/_posts/2019-04-03-release-91.markdown b/source/_posts/2019-04-03-release-91.markdown index 6d2d0874045..08a8d66e950 100644 --- a/source/_posts/2019-04-03-release-91.markdown +++ b/source/_posts/2019-04-03-release-91.markdown @@ -160,6 +160,24 @@ If you run hass.io on an Intel NUC and haven't seen it yet, check out the VS Cod [yeelight docs]: /components/yeelight/ [zha docs]: /components/zha/ +## {% linkable_title Release 0.91.3 - April 10 %} + +- Fix position of add_entities of binary sensor ([@AZDane] - [#22866]) ([concord232 docs]) +- More Mobile app sensor fixes ([@robbiet480] - [#22914]) ([mobile_app docs]) +- Add cloudhook and remote UI vals to get_config ([@robbiet480] - [#22921]) ([mobile_app docs]) +- Bugfix: pass protocol out of header to application layer ([@pvizeli] - [#22955]) ([hassio docs]) + +[#22866]: https://github.com/home-assistant/home-assistant/pull/22866 +[#22914]: https://github.com/home-assistant/home-assistant/pull/22914 +[#22921]: https://github.com/home-assistant/home-assistant/pull/22921 +[#22955]: https://github.com/home-assistant/home-assistant/pull/22955 +[@AZDane]: https://github.com/AZDane +[@pvizeli]: https://github.com/pvizeli +[@robbiet480]: https://github.com/robbiet480 +[concord232 docs]: /components/concord232/ +[hassio docs]: /components/hassio/ +[mobile_app docs]: /components/mobile_app/ + ## {% 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.