home-assistant.github.io/source/components/sensor.transmission.markdown
Fabian Affolter 3064911ccc add link
2015-05-08 19:33:37 +02:00

808 B

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
James Cole has contributed support to integrate [Transmission](http://www.transmissionbt.com/). This will allow you to monitor your downloads from within Home Assistant and setup automation based on the information.
# 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'