home-assistant.io/source/components/switch.transmission.markdown
2015-06-02 09:08:50 +02:00

915 B

layout, title, description, date, sidebar, comments, sharing, footer
layout title description date sidebar comments sharing footer
page Transmission switch support Instructions how to integrate Transmission within Home Assistant. 2015-06-02 09:00 false false true true
The transmission platform allows you to control your [Transmission](http://www.transmissionbt.com/) client from within Home Assistant. The platform enables you switch to your 'Alternative Speed Limits' (aka 'Turtle mode') setting.

To add Transmission to your installation, add the following to your configuration.yaml file:

# Example configuration.yaml entry
switch:
  platform: transmission
  name: Transmission
  host: 192.168.1.26
  port: 9091
  username: YOUR_USERNAME
  password: YOUR_PASSWORD

Finbarr Brady has contributed the transmission switch platform.