Skip to content

Commit 518a87d

Browse files
authored
Merge pull request home-assistant#4895 from robmarkcole/patch-11
Fix typo - extra ()
2 parents 592c1d4 + 88a83d7 commit 518a87d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/_components/sensor.folder.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ha_iot_class: "Local Polling"
1313
ha_release: 0.64
1414
---
1515

16-
Sensor for monitoring the contents of a folder. Note that folder paths must be added to [whitelist_external_dirs](https://home-assistant.io/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.
16+
Sensor for monitoring the contents of a folder. Note that folder paths must be added to [whitelist_external_dirs](https://home-assistant.io/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.
1717

1818
To enable the `folder` sensor in your installation, add the following to your `configuration.yaml` file:
1919

0 commit comments

Comments
 (0)