From 3af4ca7e5d0d21c6da5ea403532ce8fb25c6c6f2 Mon Sep 17 00:00:00 2001 From: rccoleman Date: Fri, 19 Jun 2020 05:42:01 -0700 Subject: [PATCH] Sensors with units are excluded (#13789) Co-authored-by: Franck Nijhof --- source/_integrations/logbook.markdown | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/_integrations/logbook.markdown b/source/_integrations/logbook.markdown index 69c0dafe39d..30fb4655693 100644 --- a/source/_integrations/logbook.markdown +++ b/source/_integrations/logbook.markdown @@ -131,3 +131,9 @@ script: entity_id: light.kitchen domain: light ``` + +
+ +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. + +