List newly added sensors in the pyLoad integration (#33397)

This commit is contained in:
Mr. Bubbles 2024-06-24 21:09:44 +02:00 committed by GitHub
parent 214acc8161
commit 3886f8935e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,6 +13,14 @@ ha_platforms:
ha_integration_type: integration ha_integration_type: integration
--- ---
The `pyload` {% term integration %} allows you to monitor your downloads with [pyLoad](https://pyload.net/) from within Home Assistant and setup automation based on the information. The [**pyLoad**](https://pyload.net/) {% term integration %} allows you to monitor your downloads from within Home Assistant. This integration provides various sensors to keep track of your download activities and allows creating automations based on the sensor information.
{% include integrations/config_flow.md %} {% include integrations/config_flow.md %}
## Sensors
- **Speed:** Monitors the current download speed.
- **Active downloads:** Indicate the number of files pyLoad is actively downloading
- **Downloads in queue:** Shows the number of downloads currently in the queue.
- **Total downloads:** Indicates the number of completed downloads.
- **Free space:** Shows the available disk space in the download directory.