Merge branch 'pr/101'
Conflicts: source/components/index.markdown
This commit is contained in:
commit
04f48395d6
127 changed files with 353 additions and 537 deletions
37
source/_components/switch.transmission.markdown
Normal file
37
source/_components/switch.transmission.markdown
Normal file
|
@ -0,0 +1,37 @@
|
|||
---
|
||||
layout: page
|
||||
title: "Transmission switch support"
|
||||
description: "Instructions how to integrate Transmission within Home Assistant."
|
||||
date: 2015-06-02 09:00
|
||||
sidebar: false
|
||||
comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
logo: transmission.png
|
||||
ha_category: Sensor
|
||||
---
|
||||
|
||||
<img src='/images/supported_brands/transmission.png' class='brand pull-right' />
|
||||
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:
|
||||
|
||||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
switch:
|
||||
platform: transmission
|
||||
host: IP_ADDRESS
|
||||
port: 9091
|
||||
name: Transmission
|
||||
username: USERNAME
|
||||
password: PASSWORD
|
||||
```
|
||||
|
||||
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.
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue