Franck Nijhof 1833c32a2c Cleans up front matter (#9835)
* Sets front matter defaults

* Removes default front matter from section templates/pages

* Removes default front matter from addon pages

* Removes default front matter from integration pages

* Removes default front matter from posts

* Removes default front matter from docs pages

* Removes default front matter from other pages

* Fixes blog category pages
2019-07-11 14:35:08 -07:00

1.4 KiB

title description logo ha_category ha_release ha_iot_class redirect_from
pyLoad Sensor Instructions on how to integrate pyLoad download sensor within Home Assistant. pyload.png
Downloading
0.58 Local Polling
/components/sensor.pyload/

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 %} host: description: This is the IP address of your pyLoad download manager. required: false type: string default: localhost port: description: The port your pyLoad interface uses. required: false type: integer default: 8000 name: description: The name to use when displaying this pyLoad instance. required: false type: string default: 20 username: description: Your pyLoad username. required: false type: string password: description: Your pyLoad password. required: false type: string ssl: description: Enable SSL/TLS for the host. required: false type: boolean default: false {% endconfiguration %}

If everything is setup correctly, the download speed will show up in the frontend.