From 02229263fc06dd170cc9a9dcc11bdf2b5eba2bc9 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 2 Jun 2015 09:08:50 +0200 Subject: [PATCH 1/2] add transmission switch page --- .../components/switch.transmission.markdown | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 source/components/switch.transmission.markdown diff --git a/source/components/switch.transmission.markdown b/source/components/switch.transmission.markdown new file mode 100644 index 00000000000..e482b013f67 --- /dev/null +++ b/source/components/switch.transmission.markdown @@ -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 +--- + + +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. From a3184464598166925ef9cf7e31593536df2c370e Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 2 Jun 2015 09:19:25 +0200 Subject: [PATCH 2/2] add transmission switch entry --- source/components/index.markdown | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/source/components/index.markdown b/source/components/index.markdown index dd3492a4ae1..c999f79ad70 100644 --- a/source/components/index.markdown +++ b/source/components/index.markdown @@ -96,8 +96,11 @@ Entities are things that you want to observe within Home Assistant. Support for - Transmission - Monitor status and download speeds. + + Transmission sensor
+ Transmission switch + + Monitor status and download speeds. Change the speed limits.