mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-17 06:16:50 +00:00
Update Deluge Docs
Updating to reflect which fields are actually required to setup this sensor.
This commit is contained in:
parent
68da7eea6c
commit
6ff34bcc2f
@ -23,6 +23,8 @@ To enable this sensor, add the following lines to your `configuration.yaml`:
|
|||||||
sensor:
|
sensor:
|
||||||
- platform: deluge
|
- platform: deluge
|
||||||
host: IP_ADDRESS
|
host: IP_ADDRESS
|
||||||
|
username: USERNAME
|
||||||
|
password: PASSWORD
|
||||||
monitored_variables:
|
monitored_variables:
|
||||||
- 'current_status'
|
- 'current_status'
|
||||||
- 'download_speed'
|
- 'download_speed'
|
||||||
@ -34,8 +36,8 @@ Configuration variables:
|
|||||||
- **host** (*Required*): This is the IP address of your Deluge daemon, eg. 192.168.1.32.
|
- **host** (*Required*): This is the IP address of your Deluge daemon, eg. 192.168.1.32.
|
||||||
- **port** (*Optional*): The port your Deluge daemon uses. Defaults to 58846. Warning, this is not the port of the WebUI.
|
- **port** (*Optional*): The port your Deluge daemon uses. Defaults to 58846. Warning, this is not the port of the WebUI.
|
||||||
- **name** (*Optional*): The name to use when displaying this Deluge instance.
|
- **name** (*Optional*): The name to use when displaying this Deluge instance.
|
||||||
- **username** (*Optional*): Your Deluge username, if you use authentication.
|
- **username** (*Required*): Your Deluge daemon username.
|
||||||
- **password** (*Optional*): Your Deluge password, if you use authentication.
|
- **password** (*Required*): Your Deluge daemon password.
|
||||||
- **monitored_variables** array (*Required*): Conditions to display in the frontend.
|
- **monitored_variables** array (*Required*): Conditions to display in the frontend.
|
||||||
- **current_status**: The status of your Deluge daemon.
|
- **current_status**: The status of your Deluge daemon.
|
||||||
- **download_speed**: The current download speed.
|
- **download_speed**: The current download speed.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user