From 2fcb0e9239768645b0f11bf669e154191eb69b5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=B8yer=20Iversen?= Date: Tue, 19 Apr 2016 20:55:41 +0200 Subject: [PATCH] Update switch.tellstick.markdown --- source/_components/switch.tellstick.markdown | 6 ------ 1 file changed, 6 deletions(-) diff --git a/source/_components/switch.tellstick.markdown b/source/_components/switch.tellstick.markdown index 055d445f07b..c5d060f1ea2 100644 --- a/source/_components/switch.tellstick.markdown +++ b/source/_components/switch.tellstick.markdown @@ -21,10 +21,4 @@ To use your TellStick device in your installation, add the following to your `co # 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. -