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.
This commit is contained in:
Alec Rust 2020-03-16 20:21:48 +00:00 committed by GitHub
parent d79c524978
commit 71c6fd5c01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.
<div class='note'>
File paths must also be added to [whitelist_external_dirs](/docs/configuration/basic/) in your `configuration.yaml`.
</div>
## Configuration