From 9a6c18044056e5aa588193d69b8007733aaf80fb Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 21 Oct 2015 16:39:49 +0200 Subject: [PATCH] Add list of supported tellstick devices --- source/components/tellstick.markdown | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/source/components/tellstick.markdown b/source/components/tellstick.markdown index c15ef78ba55..4a2bf994b18 100644 --- a/source/components/tellstick.markdown +++ b/source/components/tellstick.markdown @@ -1,6 +1,6 @@ --- layout: page -title: "Setting up TellStick" +title: "TellStick component" description: "Instructions how to integrate your TellStick into Home Assistant." date: 2015-03-28 13:06 sidebar: false @@ -10,9 +10,10 @@ footer: true --- -The TellStick Home Assistant integration allows users to add switches and sensors. +The tellstick component integrates [TellStick](http://www.telldus.se/products/tellstick) devices into Home Assistant. This integration allows users to add switches, lights, and sensors which are communicating with 433 Mhz. There are couple of vendors (Capidi +Elro, Intertechno, Nexa, Proove, Sartano, and Viking) how are selling products which works with TellStick. For more details, please check the TellStick [compatibility list](http://telldus.se/products/compability). -To get started, add the following information to your `configuration.yaml`: +To get started, add the devices to your `configuration.yaml` file. ```yaml # Example configuration.yaml entry @@ -22,17 +23,14 @@ switch: sensor: platform: tellstick - # optionally, you can name your sensors by mapping ID to their name - 2: Outside - 5: Fridge - - # Set only_named to 1 to hide all sensors that you did not mention. - only_named: 1 - # All dimmers will be picked up as lights. light: platform: tellstick ``` +## {% linkable_title Building on top of TellStick %} + - [TellStick Sensor](/components/sensor.tellstick.html) + - [TellStick Switch](/components/switch.tellstick.html) + - [TellStick Light](/components/light.tellstick.html)