From 58a6f70b13aecd28e542df543b3efadcdf4afe40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Apr 2021 12:03:52 +0200 Subject: [PATCH 01/66] Bump nokogiri from 1.11.2 to 1.11.3 (#17330) Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.11.2 to 1.11.3. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.11.2...v1.11.3) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 9da9617fe7d..27784675efc 100644 --- a/Gemfile +++ b/Gemfile @@ -21,7 +21,7 @@ group :jekyll_plugins do end gem 'sinatra', '2.1.0' -gem 'nokogiri', '1.11.2' +gem 'nokogiri', '1.11.3' # Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem # and associated library diff --git a/Gemfile.lock b/Gemfile.lock index 0c2184f3df8..4eaf7d640cd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -74,10 +74,10 @@ GEM multi_json (1.15.0) mustermann (1.1.1) ruby2_keywords (~> 0.0.1) - nokogiri (1.11.2) + nokogiri (1.11.3) mini_portile2 (~> 2.5.0) racc (~> 1.4) - nokogiri (1.11.2-x64-mingw32) + nokogiri (1.11.3-x64-mingw32) racc (~> 1.4) pathutil (0.16.2) forwardable-extended (~> 2.6) @@ -130,7 +130,7 @@ DEPENDENCIES jekyll-sitemap (= 1.4.0) jekyll-time-to-read (= 0.1.2) jekyll-toc (= 0.17.0) - nokogiri (= 1.11.2) + nokogiri (= 1.11.3) rake (= 13.0.3) sass-globbing (= 1.1.5) sassc (= 2.1.0) From 82dda773b7a6ff5ddc94a8f42cef0d77b24c6d58 Mon Sep 17 00:00:00 2001 From: Hmmbob <33529490+hmmbob@users.noreply.github.com> Date: Thu, 8 Apr 2021 12:29:58 +0200 Subject: [PATCH 02/66] Fix really tiny typo (#17335) --- source/_posts/2021-04-07-release-20214.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_posts/2021-04-07-release-20214.markdown b/source/_posts/2021-04-07-release-20214.markdown index dd08c01b835..aff71ac214e 100644 --- a/source/_posts/2021-04-07-release-20214.markdown +++ b/source/_posts/2021-04-07-release-20214.markdown @@ -324,7 +324,7 @@ Screenshot of selecting the number format you prefer. - [@marvin-w] added support for unique IDs to KNX entities. So, as a KNX user you can now tweak your entities in the frontend and group them into areas! - HomeKit now supports CO/CO2 device classes, thanks to [@iMicknl]! -- [@robertdelpeut] added monthly and yearly totals to the DMSR sensor, thanks! +- [@robertdelpeut] added monthly and yearly totals to the DSMR sensor, thanks! - Hyperion users can now hide certain effects from the UI using integration options. Thanks, [@dermotduffy]! - Got that one message in your logs that you don't care about? [@jshufro] From 367ead635377ff30eaef1f43055a68f3d2a8c1ff Mon Sep 17 00:00:00 2001 From: Diogo Gomes Date: Thu, 8 Apr 2021 16:26:20 +0100 Subject: [PATCH 03/66] Finish sentence (#17343) --- source/_integrations/filter.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/filter.markdown b/source/_integrations/filter.markdown index 31a54338c1d..df7c9cafa19 100644 --- a/source/_integrations/filter.markdown +++ b/source/_integrations/filter.markdown @@ -130,7 +130,7 @@ The returned value is rounded to the number of decimals defined in (`precision`) The Outlier filter (`outlier`) is a basic Band-pass filter, as it cuts out any value outside a specific range. -The included Outlier filter will discard any value beyond a band centered on the median of the previous values, replacing it with the median value of the previous values. If inside the band, the +The included Outlier filter will discard any value beyond a band centered on the median of the previous values, replacing it with the median value of the previous values. If inside the band, the current state is returned. ```python distance = abs(state - median(previous_states)) From 3ccab8dcbe1120e8dca9d9f7ceab9c05eba45d7c Mon Sep 17 00:00:00 2001 From: Tom Brien Date: Thu, 8 Apr 2021 18:31:37 +0100 Subject: [PATCH 04/66] Fix MQTT Light Breaking Change details header (#17329) --- source/_posts/2021-04-07-release-20214.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_posts/2021-04-07-release-20214.markdown b/source/_posts/2021-04-07-release-20214.markdown index aff71ac214e..7fb6f91e7b2 100644 --- a/source/_posts/2021-04-07-release-20214.markdown +++ b/source/_posts/2021-04-07-release-20214.markdown @@ -694,7 +694,7 @@ to adjust them to match this change. {% enddetails %} -{% details "MQTT" %} +{% details "MQTT Fan" %} The [fan entity model](https://developers.home-assistant.io/docs/core/entity/fan/) has been changed. This impacts the way the MQTT Fan supports speeds and the @@ -802,7 +802,7 @@ safely removed from your YAML configuration. {% enddetails %} -{% details "SolarEdge" %} +{% details "MQTT Light" %} MQTT JSON light now supports `color_mode` which should be used together with `supported_color_modes` to signal the light's features. From 92e0336a858b0e929e04ed3839faca78f5ff54fd Mon Sep 17 00:00:00 2001 From: Hmmbob <33529490+hmmbob@users.noreply.github.com> Date: Thu, 8 Apr 2021 19:44:10 +0200 Subject: [PATCH 05/66] Specify that only the owner can set analytics settings (#17332) --- source/_integrations/analytics.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/analytics.markdown b/source/_integrations/analytics.markdown index ea4a1828a8b..80d42578d21 100644 --- a/source/_integrations/analytics.markdown +++ b/source/_integrations/analytics.markdown @@ -16,7 +16,7 @@ Home Assistant allows users to share their usage data via the analytics integrat ## Data Collection -The information sent depends on what you opt-in to. You can opt-in during onboarding and by going to **{% my general title="Configuration >> General" %}**. +The information sent depends on what you opt-in to. You can opt-in during onboarding and by going to **{% my general title="Configuration >> General" %}** when logged in with the _owner_ account. **{% my general badge %}** From 2eea8d2d2f8a1bfd8b5819fb235028b42b382bdd Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Thu, 8 Apr 2021 14:36:55 -0700 Subject: [PATCH 06/66] Update ameridroid link (#17350) --- source/blue/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/blue/index.html b/source/blue/index.html index 788f710e76c..5e7b9802074 100644 --- a/source/blue/index.html +++ b/source/blue/index.html @@ -590,7 +590,7 @@ Or if you are still looking for a present for friends and family. {% details "What is limited about the bundle?" %} We have only created a limited amount of cases. Once they are sold out, -we don't currently have plans to make more. +we don't currently have plans to make more. All other parts of the bundle will remain available for purchase. {% enddetails %} @@ -662,7 +662,7 @@ Nope! We are committed to keep supporting all platforms that are currently avail
@@ -739,7 +739,7 @@ Nope! We are committed to keep supporting all platforms that are currently avail /> BUY BLUE -
+