File tree Expand file tree Collapse file tree 1 file changed +31
-6
lines changed Expand file tree Collapse file tree 1 file changed +31
-6
lines changed Original file line number Diff line number Diff line change @@ -24,16 +24,41 @@ sensor:
24
24
- platform : pyload
25
25
` ` `
26
26
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 %}
28
57
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.
34
58
35
59
If everything is setup correctly, the download speed will show up in the frontend.
36
60
37
61
<p class='img'>
38
62
<img src='{{site_root}}/images/components/pyload/pyload_speed.png' />
39
63
</p>
64
+
You can’t perform that action at this time.
0 commit comments