Update image locations

This commit is contained in:
Fabian Affolter 2016-11-15 08:50:07 +01:00
parent dfe1faa977
commit 2d65c079c7
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336

View File

@ -21,7 +21,7 @@ To enable this sensor, add the following lines to your `configuration.yaml`:
```yaml ```yaml
# Example configuration.yaml entry # Example configuration.yaml entry
sensor: sensor:
platform: transmission - platform: transmission
host: IP_ADDRESS host: IP_ADDRESS
monitored_variables: monitored_variables:
- 'current_status' - 'current_status'
@ -45,12 +45,12 @@ Configuration variables:
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. 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/components/transmission/transmission_perf.png' />
</p> </p>
If everything is setup correctly, the details will show up in the frontend. If everything is setup correctly, the details will show up in the frontend.
<p class='img'> <p class='img'>
<img src='{{site_root}}/images/screenshots/transmission.png' /> <img src='{{site_root}}/images/components/transmission/transmission.png' />
</p> </p>