From 97bdcc06ddcdc2806278e36f9764303689017df3 Mon Sep 17 00:00:00 2001 From: G Johansson Date: Tue, 2 Apr 2024 08:36:30 +0200 Subject: [PATCH] Filesize abs path with example (#32106) * Filesize abs path with example * Tiny tweak --------- Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --- source/_integrations/filesize.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_integrations/filesize.markdown b/source/_integrations/filesize.markdown index 0b51840c106..7be864a7055 100644 --- a/source/_integrations/filesize.markdown +++ b/source/_integrations/filesize.markdown @@ -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. + {% include integrations/config_flow.md %}