Skip to content

Commit 698eae1

Browse files
committed
Update config style and add missing variable
1 parent 49a0c02 commit 698eae1

File tree

1 file changed

+31
-6
lines changed

1 file changed

+31
-6
lines changed

source/_components/sensor.pyload.markdown

Lines changed: 31 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,41 @@ sensor:
2424
- platform: pyload
2525
```
2626
27-
Configuration variables:
27+
{% configuration %}
28+
host:
29+
description: This is the IP address of your pyLoad download manager.
30+
required: false
31+
type: string
32+
default: localhost
33+
port:
34+
description: The port your pyLoad interface uses.
35+
required: false
36+
type: int
37+
default: 8000
38+
name:
39+
description: The name to use when displaying this pyLoad instance.
40+
required: false
41+
type: string
42+
default: 20
43+
username:
44+
description: Your pyLoad username.
45+
required: false
46+
type: string
47+
password:
48+
description: Your pyLoad password.
49+
required: false
50+
type: string
51+
ssl:
52+
description: Enable SSL/TLS for the host.
53+
required: false
54+
type: boolean
55+
default: false
56+
{% endconfiguration %}
2857
29-
- **host** (*Optional*): This is the IP address of your pyLoad download manager, eg. 192.168.0.100. Defaults to `localhost`.
30-
- **port** (*Optional*): The port your pyLoad interface uses. Defaults to 8000.
31-
- **name** (*Optional*): The name to use when displaying this pyLoad instance.
32-
- **username** (*Optional*): Your pyLoad username.
33-
- **password** (*Optional*): Your pyLoad password.
3458
3559
If everything is setup correctly, the download speed will show up in the frontend.
3660
3761
<p class='img'>
3862
<img src='{{site_root}}/images/components/pyload/pyload_speed.png' />
3963
</p>
64+

0 commit comments

Comments
 (0)