Update description
This commit is contained in:
parent
c34d33256e
commit
6847abdd52
1 changed files with 5 additions and 5 deletions
|
@ -22,9 +22,9 @@ sensor:
|
||||||
username: YOUR_USERNAME
|
username: YOUR_USERNAME
|
||||||
password: YOUR_PASSWORD
|
password: YOUR_PASSWORD
|
||||||
monitored_variables:
|
monitored_variables:
|
||||||
- type: 'current_status'
|
- 'current_status'
|
||||||
- type: 'download_speed'
|
- 'download_speed'
|
||||||
- type: 'upload_speed'
|
- 'upload_speed'
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
Configuration variables:
|
||||||
|
@ -32,8 +32,8 @@ Configuration variables:
|
||||||
- **host** (*Required*): This is the IP address of your Transmission daemon, e.g. 192.168.1.32.
|
- **host** (*Required*): This is the IP address of your Transmission daemon, e.g. 192.168.1.32.
|
||||||
- **port** (*Optional*): The port your Transmission daemon uses, defaults to 9091.
|
- **port** (*Optional*): The port your Transmission daemon uses, defaults to 9091.
|
||||||
- **name** (*Optional*): The name to use when displaying this Transmission instance.
|
- **name** (*Optional*): The name to use when displaying this Transmission instance.
|
||||||
- **username** (*Required*): Your Transmission username
|
- **username** (*Optional*): Your Transmission username, if you use authentication.
|
||||||
- **password** (*Required*): Your Transmission password
|
- **password** (*Optional*): Your Transmission password, if you use authentication.
|
||||||
- **display_variables** array: Conditions to display in the frontend.
|
- **display_variables** array: Conditions to display in the frontend.
|
||||||
- **current_status**: The status of your Transmission daemon.
|
- **current_status**: The status of your Transmission daemon.
|
||||||
- **download_speed**: The current download speed.
|
- **download_speed**: The current download speed.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue