diff --git a/source/components/sensor.transmission.markdown b/source/components/sensor.transmission.markdown index aec422fee05d..a6934cad0568 100644 --- a/source/components/sensor.transmission.markdown +++ b/source/components/sensor.transmission.markdown @@ -10,7 +10,7 @@ footer: true --- -James Cole has contributed support to integrate Transmission. This will allow you to monitor your downloads from within Home Assistant and setup automation based on the information. +The [Transmission](http://www.transmissionbt.com/) platform allows you to monitor your downloads from within Home Assistant and setup automation based on the information. ```yaml # Example configuration.yaml entry @@ -26,3 +26,17 @@ sensor: - type: 'download_speed' - type: '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. + +

+ +

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

+ +

+ +James Cole has contributed the transmission platform. diff --git a/source/images/screenshots/transmission-pref.png b/source/images/screenshots/transmission-pref.png new file mode 100644 index 000000000000..27aeeacaa59d Binary files /dev/null and b/source/images/screenshots/transmission-pref.png differ diff --git a/source/images/screenshots/transmission.png b/source/images/screenshots/transmission.png new file mode 100644 index 000000000000..5737d646c87c Binary files /dev/null and b/source/images/screenshots/transmission.png differ