home-assistant.io/source/_components/switch.transmission.markdown
Alok Saboo 1aca7b08cf Misc fixes: e.g. -> e.g., and proper case for Home Assistant (#4942)
* e.g. to e.g., and proper case for Home Assistant

* Instructions how to -> Instructions on how to
2018-03-17 20:20:37 +01:00

1.2 KiB

layout title description date sidebar comments sharing footer logo ha_category ha_release ha_iot_class
page Transmission Switch Instructions on how to integrate Transmission within Home Assistant. 2015-06-02 09:00 true false true true transmission.png Downloading pre 0.7 Local Polling

The transmission switch platform allows you to control your Transmission 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
  host: IP_ADDRESS

Configuration variables:

  • host (Required): This is the IP address of your Transmission daemon, eg. 192.168.1.32.
  • port (Optional): The port your Transmission daemon uses, defaults to 9091.
  • name (Optional): The name to use when displaying this Transmission instance.
  • username (Optional): Your Transmission username, if you use authentication.
  • password (Optional): Your Transmission password, if you use authentication.