From 6a7be851a75e09b8ad059656beaed1f8772547da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=B8yer=20Iversen?= Date: Mon, 15 Feb 2016 19:50:50 +0100 Subject: [PATCH] Update light.tellstick.markdown --- source/_components/light.tellstick.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/_components/light.tellstick.markdown b/source/_components/light.tellstick.markdown index 7326dc49345..1e5b40e34df 100644 --- a/source/_components/light.tellstick.markdown +++ b/source/_components/light.tellstick.markdown @@ -20,5 +20,10 @@ To use your TellStick device in your installation, add the following to your `co # Example configuration.yaml entry light: 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. +