mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
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:
parent
d79c524978
commit
71c6fd5c01
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user