From 71c6fd5c012c49254a800bb1b67f437498c741a4 Mon Sep 17 00:00:00 2001 From: Alec Rust Date: Mon, 16 Mar 2020 20:21:48 +0000 Subject: [PATCH] Increase prominence of whitelist_external_dirs note (#12402) The note regarding `whitelist_external_dirs` wasn't obvious enough to me. Since this is required for Hass.io for example I've made this more obvious. --- source/_integrations/filesize.markdown | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/source/_integrations/filesize.markdown b/source/_integrations/filesize.markdown index b71079ea6d2..50613cb1ef9 100644 --- a/source/_integrations/filesize.markdown +++ b/source/_integrations/filesize.markdown @@ -8,7 +8,13 @@ ha_release: 0.64 ha_domain: filesize --- -The `filesize` sensor for displaying the size in MB of a file. Note that paths must be added to [whitelist_external_dirs](/docs/configuration/basic/). +The `filesize` sensor is for displaying the size in MB of a file. + +
+ +File paths must also be added to [whitelist_external_dirs](/docs/configuration/basic/) in your `configuration.yaml`. + +
## Configuration