mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-08 12:08:58 +00:00
866 B
866 B
layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category |
---|---|---|---|---|---|---|---|---|---|
component | 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.