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.
+
+
+
+
+
+