mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-28 05:46:48 +00:00
1.2 KiB
1.2 KiB
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 |

To add Transmission to your installation, add the following to your configuration.yaml
file:
# Example configuration.yaml entry
switch:
platform: transmission
host: 192.168.1.26
port: 9091
name: Transmission
username: USERNAME
password: PASSWORD
Configuration variables:
- host (Required): This is the IP address of your Transmission daemon, e.g. 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.