mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 05:46:52 +00:00
Merge pull request #18 from fabaff/transmission
Transmission switch page
This commit is contained in:
commit
41256b0abc
@ -96,8 +96,11 @@ Entities are things that you want to observe within Home Assistant. Support for
|
|||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href='/components/sensor.transmission.html'><img src='/images/supported_brands/transmission.png' class='brand overview' /></a></td>
|
<td><a href='/components/sensor.transmission.html'><img src='/images/supported_brands/transmission.png' class='brand overview' /></a></td>
|
||||||
<td><a href='/components/sensor.transmission.html'>Transmission</a></td>
|
<td>
|
||||||
<td>Monitor status and download speeds.</td>
|
<a href='/components/sensor.transmission.html'>Transmission sensor</a></br>
|
||||||
|
<a href='/components/switch.transmission.html'>Transmission switch</a>
|
||||||
|
</td>
|
||||||
|
<td>Monitor status and download speeds. Change the speed limits.</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
|
28
source/components/switch.transmission.markdown
Normal file
28
source/components/switch.transmission.markdown
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
---
|
||||||
|
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
|
||||||
|
---
|
||||||
|
|
||||||
|
<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
|
||||||
|
name: Transmission
|
||||||
|
host: 192.168.1.26
|
||||||
|
port: 9091
|
||||||
|
username: YOUR_USERNAME
|
||||||
|
password: YOUR_PASSWORD
|
||||||
|
```
|
||||||
|
|
||||||
|
[Finbarr Brady](https://github.com/fbradyirl) has contributed the transmission switch platform.
|
Loading…
x
Reference in New Issue
Block a user