Add switch platform for pyLoad integration (#33399)

This commit is contained in:
Mr. Bubbles 2024-06-26 10:22:32 +02:00 committed by GitHub
parent 9763a5e84e
commit b56627dc26
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,19 +9,20 @@ ha_domain: pyload
ha_codeowners:
- '@tr4nt0r'
ha_platforms:
- sensor
- button
- sensor
- switch
ha_integration_type: integration
---
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, alongside buttons for performing specific tasks such as aborting downloads and managing file restarts.
The [**pyLoad**](https://pyload.net/) {% term integration %} enables monitoring your downloads directly in Home Assistant. This integration provides various sensors to keep track of your download activities and allows creating automations based on the sensor information, alongside button and switch controls for performing specific tasks such as aborting downloads and managing file restarts.
{% include integrations/config_flow.md %}
## Sensors
- **Speed:** Monitors the current download speed.
- **Active downloads:** Indicate the number of files pyLoad is actively downloading
- **Active downloads:** Indicates 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.
@ -31,4 +32,9 @@ The [**pyLoad**](https://pyload.net/) {% term integration %} allows you to monit
- **Abort all running downloads:** Aborts all currently running downloads.
- **Delete finished files/packages:** Deletes all finished files and packages.
- **Restart all failed files/packages:** Restarts all failed downloads.
- **Restart pyLoad core**: Restarts the pyLoad core.
- **Restart pyLoad core**: Restarts the pyLoad core.
## Switches
- **Pause/Resume Queue:** Pauses or resumes the download queue. When paused, active downloads will continue, but new downloads in the queue will not start.
- **Auto-reconnect:** If configured, enables pyLoad to automatically reconnect the internet connection.