Fix typos in Transmission sensor documentation

This commit is contained in:
Marc Plano-Lesay 2016-03-29 14:17:56 +02:00 committed by Paulus Schoutsen
parent 91bc2a813c
commit 2866e29abc

View File

@ -36,13 +36,13 @@ Configuration variables:
- **name** (*Optional*): The name to use when displaying this Transmission instance. - **name** (*Optional*): The name to use when displaying this Transmission instance.
- **username** (*Optional*): Your Transmission username, if you use authentication. - **username** (*Optional*): Your Transmission username, if you use authentication.
- **password** (*Optional*): Your Transmission password, if you use authentication. - **password** (*Optional*): Your Transmission password, if you use authentication.
- **display_variables** array: Conditions to display in the frontend. - **monitored_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.
- **upload_speed**: The current upload speed. - **upload_speed**: The current upload speed.
To use the monitoring, your transmission client needs to allow remote access. If you are running the graphical transmission client (transmission-gtk) go to **Edit** -> **Perferences** and choose the tab **Remote**. Check **Allow remote access**, enter your username and your password, and uncheck the network restriction as needed. To use the monitoring, your transmission client needs to allow remote access. If you are running the graphical transmission client (transmission-gtk) go to **Edit** -> **Preferences** and choose the tab **Remote**. Check **Allow remote access**, enter your username and your password, and uncheck the network restriction as needed.
<p class='img'> <p class='img'>
<img src='{{site_root}}/images/screenshots/transmission_perf.png' /> <img src='{{site_root}}/images/screenshots/transmission_perf.png' />