This commit is contained in:
Fabian Affolter 2015-09-09 09:46:20 +02:00
parent 0286d34cc9
commit 7da8bdb345

View File

@ -9,11 +9,13 @@ sharing: true
footer: true footer: true
--- ---
<img src='/images/supported_brands/telldus_tellstick.png' class='brand pull-right' />
The TellStick Home Assistant integration allows users to add switches and sensors. The TellStick Home Assistant integration allows users to add switches and sensors.
To get started, add the following information to your `configuration.yaml`: To get started, add the following information to your `configuration.yaml`:
```YAML ```yaml
# Example configuration.yaml entry
switch: switch:
platform: tellstick platform: tellstick
@ -32,3 +34,5 @@ light:
platform: tellstick platform: tellstick
``` ```