Filesize abs path with example (#32106)

* Filesize abs path with example

* Tiny tweak

---------

Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
This commit is contained in:
G Johansson 2024-04-02 08:36:30 +02:00 committed by GitHub
parent 2ed3bee622
commit 97bdcc06dd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,6 +21,8 @@ The `filesize` sensor is for displaying the size in MB of a file.
File paths must also be added to [allowlist_external_dirs](/docs/configuration/basic/) in your `configuration.yaml`.
File paths should be absolute paths. For example: `/config/home-assistant_v2.db` to monitor the size of the default database.
</div>
{% include integrations/config_flow.md %}