From e693decd7a997d81f23dd2f5020388c9249ab75e Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 21 Oct 2015 16:41:06 +0200 Subject: [PATCH] Add tellstick switch page --- source/components/switch.tellstick.markdown | 27 +++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 source/components/switch.tellstick.markdown diff --git a/source/components/switch.tellstick.markdown b/source/components/switch.tellstick.markdown new file mode 100644 index 00000000000..ee3d3b338b1 --- /dev/null +++ b/source/components/switch.tellstick.markdown @@ -0,0 +1,27 @@ +--- +layout: page +title: "TellStick switch support" +description: "Instructions how to integrate TellStick switches into Home Assistant." +date: 2015-08-06 19:00 +sidebar: false +comments: false +sharing: true +footer: true +--- + + +This tellstick switch platform allows you to control [TellStick](http://www.telldus.se/products/tellstick) devices. + +To use your TellStick device in your installation, add the following to your `configuration.yaml` file: + +```yaml +# Example configuration.yaml entry +switch: + platform: tellstick + signal_repetitions: 3 +``` + +Configuration variables: + +- **signal_repetitions** *Optional*: Because the tellstick sends its actions via radio and from most receivers it's impossible to know if the signal was received or not. Therefore you can configure the switch to try to send each signal repeatedly. +