For AI agents: the complete documentation index is available at /llms.txt, the full documentation bundle is available at /llms-full.txt, and this page is available as Markdown at /home-assistant/integrations/filesize.md.

File size

文件大小集成用于显示文件的大小(以 MB 为单位)。

Important

文件路径还必须添加到 configuration.yaml 中的 allowlist_external_dirs

用于监视配置文件夹中的文件的示例 allowlist_external_dirs 配置。


homeassistant:
  allowlist_external_dirs:
    - "/config" # Default configuration directory

文件路径应该是绝对路径。例如:/config/home-assistant_v2.db 监控默认数据库的大小。

::: :::注意配置 此集成可通过 UI 配置。前往 设置 > 设备与服务 添加。