mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-17 00:18:58 +00:00
1.4 KiB
1.4 KiB
layout, title, description, date, sidebar, comments, sharing, footer
layout | title | description | date | sidebar | comments | sharing | footer |
---|---|---|---|---|---|---|---|
page | Transmission support | Instructions how to integrate Transmission within Home Assistant. | 2015-04-25 9:06 | false | false | true | true |

# Example configuration.yaml entry
sensor:
platform: transmission
name: Transmission
host: 192.168.1.26
port: 9091
username: YOUR_USERNAME
password: YOUR_PASSWORD
monitored_variables:
- type: 'current_status'
- 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.