mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-29 14:26:50 +00:00

* Create sensor.pyload.markdown * pyload image * added pyload image * Update sensor.pyload.markdown * Updates according to code
1.2 KiB
1.2 KiB
layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release, ha_iot_class
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | ha_release | ha_iot_class |
---|---|---|---|---|---|---|---|---|---|---|---|
page | pyLoad Sensor | Instructions how to integrate pyLoad download sensor within Home Assistant. | 2017-10-23 09:00 | true | false | true | true | pyload.png | Downloading | 0.58 | Local Polling |
The pyload
platform allows you to monitor your downloads with pyLoad from within Home Assistant and setup automation based on the information.
To enable this sensor, add the following lines to your configuration.yaml
:
# Example configuration.yaml entry
sensor:
- platform: pyload
Configuration variables:
- host (Optional): This is the IP address of your pyLoad download manager, eg. 192.168.0.100. Defaults to
localhost
. - port (Optional): The port your pyLoad interface uses. Defaults to 8000.
- name (Optional): The name to use when displaying this pyLoad instance.
- username (Optional): Your pyLoad username.
- password (Optional): Your pyLoad password.
If everything is setup correctly, the download speed will show up in the frontend.