mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-02 01:07:36 +00:00
27 lines
555 B
Markdown
27 lines
555 B
Markdown
---
|
|
title: File Size
|
|
description: Component for monitoring the size of a file.
|
|
ha_category:
|
|
- Sensor
|
|
- Utility
|
|
ha_iot_class: Local Polling
|
|
ha_release: 0.64
|
|
ha_domain: filesize
|
|
ha_platforms:
|
|
- sensor
|
|
ha_codeowners:
|
|
- '@gjohansson-ST'
|
|
ha_config_flow: true
|
|
ha_integration_type: integration
|
|
---
|
|
|
|
The `filesize` sensor is for displaying the size in MB of a file.
|
|
|
|
<div class='note'>
|
|
|
|
File paths must also be added to [allowlist_external_dirs](/docs/configuration/basic/) in your `configuration.yaml`.
|
|
|
|
</div>
|
|
|
|
{% include integrations/config_flow.md %}
|