From d69973657d91eca4b568370435421bda2e22ff04 Mon Sep 17 00:00:00 2001 From: thoscut Date: Wed, 30 Oct 2019 08:22:48 +0100 Subject: [PATCH] Update documentation on folder sensor attributes (#11044) --- source/_integrations/folder.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/_integrations/folder.markdown b/source/_integrations/folder.markdown index 23be9c142f3..27b52d18ebd 100644 --- a/source/_integrations/folder.markdown +++ b/source/_integrations/folder.markdown @@ -8,7 +8,8 @@ ha_iot_class: Local Polling ha_release: 0.64 --- -Sensor for monitoring the contents of a folder. Note that folder paths must be added to [whitelist_external_dirs](/docs/configuration/basic/). Optionally a [wildcard filter](https://docs.python.org/3.6/library/fnmatch.html) can be applied to the files considered within the folder. The state of the sensor is the size in MB of files within the folder that meet the filter criteria. The number of filtered files in the folder and total size in bytes of those files are exposed as attributes. +Sensor for monitoring the contents of a folder. Note that folder paths must be added to [whitelist_external_dirs](/docs/configuration/basic/). Optionally a [wildcard filter](https://docs.python.org/3.6/library/fnmatch.html) can be applied to the files considered within the folder. The state of the sensor is the size in MB of files within the folder that meet the filter criteria. +The sensor exposes the number of filtered files in the folder, total size in bytes of those files and a comma separated list of the file paths as attributes. ## Configuration