home-assistant.io/source/_components/switch.tellstick.markdown
2016-02-07 14:20:52 -08:00

863 B

layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category
layout title description date sidebar comments sharing footer logo ha_category
page TellStick Switch Instructions how to integrate TellStick switches into Home Assistant. 2015-08-06 19:00 true false true true telldus_tellstick.png Switch

This tellstick switch platform allows you to control TellStick devices.

To use your TellStick device in your installation, add the following to your configuration.yaml file:

# 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.