From 3886f8935e4858c7016b84b9ab798ba5209f1322 Mon Sep 17 00:00:00 2001 From: "Mr. Bubbles" Date: Mon, 24 Jun 2024 21:09:44 +0200 Subject: [PATCH] List newly added sensors in the pyLoad integration (#33397) --- source/_integrations/pyload.markdown | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/source/_integrations/pyload.markdown b/source/_integrations/pyload.markdown index adf832ed41c..7d71ba2983a 100644 --- a/source/_integrations/pyload.markdown +++ b/source/_integrations/pyload.markdown @@ -13,6 +13,14 @@ ha_platforms: 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 %} + +## 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.