From b6c21e6da7fe12a3637d6f0155d4db50149eb5f6 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Mon, 13 Apr 2020 18:17:38 -0700 Subject: [PATCH] Release 108.4 --- _config.yml | 4 +- source/_posts/2020-04-08-release-108.markdown | 44 +++++++++++++++++++ 2 files changed, 46 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index c5f0d7c8236..b66ac55273d 100644 --- a/_config.yml +++ b/_config.yml @@ -101,8 +101,8 @@ social: # Home Assistant release details current_major_version: 0 current_minor_version: 108 -current_patch_version: 3 -date_released: 2020-04-10 +current_patch_version: 4 +date_released: 2020-04-13 # 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-08-release-108.markdown b/source/_posts/2020-04-08-release-108.markdown index ce2274a4596..f8dd5387125 100644 --- a/source/_posts/2020-04-08-release-108.markdown +++ b/source/_posts/2020-04-08-release-108.markdown @@ -441,6 +441,50 @@ These integrations have been removed. The websites for both have changed, causin [powerwall docs]: /integrations/powerwall/ [zha docs]: /integrations/zha/ +## Release 0.108.4 - April 13 + +- Fix #33995 Use "now" if departure is None ([@eifinger] - [#34017]) ([here_travel_time docs]) +- Fix nexia fan and hold modes for XL824 thermostats ([@bdraco] - [#34042]) ([nexia docs]) +- Handle all zero serial numbers in NUT ([@bdraco] - [#34045]) ([nut docs]) +- UniFi - Fix unit of measurement from B to MB ([@Kane610] - [#34091]) ([unifi docs]) +- Fix Daikin sensor temperature_unit & cleanup ([@fredrike] - [#34116]) ([daikin docs]) +- Bump pyIntesisHome to 1.7.3 ([@jnimmo] - [#34125]) ([intesishome docs]) +- Fix deprecated icon/username logic in Slack ([@bachya] - [#34156]) ([slack docs]) +- Improve rounding the light level conversion in Lutron Caseta ([@swails] - [#34167]) ([lutron_caseta docs]) +- Fix z-wave brightness off by one ([@bdraco] - [#34170]) ([zwave docs]) +- Increase timeout and log the url of the elkm1 system that time… ([@bdraco] - [#34172]) ([elkm1 docs]) +- Convert sense to use DataUpdateCoordinator for trends data ([@bdraco] - [#34160]) ([sense docs]) + +[#34017]: https://github.com/home-assistant/core/pull/34017 +[#34042]: https://github.com/home-assistant/core/pull/34042 +[#34045]: https://github.com/home-assistant/core/pull/34045 +[#34091]: https://github.com/home-assistant/core/pull/34091 +[#34116]: https://github.com/home-assistant/core/pull/34116 +[#34125]: https://github.com/home-assistant/core/pull/34125 +[#34156]: https://github.com/home-assistant/core/pull/34156 +[#34160]: https://github.com/home-assistant/core/pull/34160 +[#34167]: https://github.com/home-assistant/core/pull/34167 +[#34170]: https://github.com/home-assistant/core/pull/34170 +[#34172]: https://github.com/home-assistant/core/pull/34172 +[@Kane610]: https://github.com/Kane610 +[@bachya]: https://github.com/bachya +[@bdraco]: https://github.com/bdraco +[@eifinger]: https://github.com/eifinger +[@fredrike]: https://github.com/fredrike +[@jnimmo]: https://github.com/jnimmo +[@swails]: https://github.com/swails +[daikin docs]: /integrations/daikin/ +[elkm1 docs]: /integrations/elkm1/ +[here_travel_time docs]: /integrations/here_travel_time/ +[intesishome docs]: /integrations/intesishome/ +[lutron_caseta docs]: /integrations/lutron_caseta/ +[nexia docs]: /integrations/nexia/ +[nut docs]: /integrations/nut/ +[sense docs]: /integrations/sense/ +[slack docs]: /integrations/slack/ +[unifi docs]: /integrations/unifi/ +[zwave docs]: /integrations/zwave/ + ## All changes