From 2d65c079c748aa1bb23a3a776ad5ae0e0b93a55b Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 15 Nov 2016 08:50:07 +0100 Subject: [PATCH] Update image locations --- source/_components/sensor.transmission.markdown | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/source/_components/sensor.transmission.markdown b/source/_components/sensor.transmission.markdown index af93b96ec1e..b5b80b9d387 100644 --- a/source/_components/sensor.transmission.markdown +++ b/source/_components/sensor.transmission.markdown @@ -21,12 +21,12 @@ To enable this sensor, add the following lines to your `configuration.yaml`: ```yaml # Example configuration.yaml entry sensor: - platform: transmission - host: IP_ADDRESS - monitored_variables: - - 'current_status' - - 'download_speed' - - 'upload_speed' + - platform: transmission + host: IP_ADDRESS + monitored_variables: + - 'current_status' + - 'download_speed' + - 'upload_speed' ``` Configuration variables: @@ -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.

- +

If everything is setup correctly, the details will show up in the frontend.

- +