From 657a89e75f2bc25c60189399ecaa638eda6873ab Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Tue, 14 Jul 2020 11:39:02 -1000 Subject: [PATCH 1/2] Add warning about logbook entries created with logbook.log without a domain or entity_id being filtered (#14003) --- source/_integrations/logbook.markdown | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/source/_integrations/logbook.markdown b/source/_integrations/logbook.markdown index 116805371f6..04b02872619 100644 --- a/source/_integrations/logbook.markdown +++ b/source/_integrations/logbook.markdown @@ -187,6 +187,13 @@ script: domain: light ``` + +
+ +When calling the `logbook.log` service without a `domain` or `entity_id`, entries will be added with the the `logbook` domain. Ensure that the `logbook` domain is not filtered away if you want these entries to appear in your logbook. + +
+
Sensor entities that have been assigned units (i.e., have a `unit_of_measurement` attribute) are assumed to change frequently and those sensors are automatically excluded from the logbook. From f6ab3ae62ad19752b2b272f193dab450f79f61bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2020 11:10:08 +0200 Subject: [PATCH 2/2] Bump rouge from 3.20.0 to 3.21.0 (#14004) Bumps [rouge](https://github.com/rouge-ruby/rouge) from 3.20.0 to 3.21.0. - [Release notes](https://github.com/rouge-ruby/rouge/releases) - [Changelog](https://github.com/rouge-ruby/rouge/blob/master/CHANGELOG.md) - [Commits](https://github.com/rouge-ruby/rouge/compare/v3.20.0...v3.21.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 5e4529468c6..5f045403a87 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -88,7 +88,7 @@ GEM rb-inotify (0.10.1) ffi (~> 1.0) rexml (3.2.4) - rouge (3.20.0) + rouge (3.21.0) ruby-enum (0.8.0) i18n ruby2_keywords (0.0.2)