diff --git a/source/components/light.tellstick.markdown b/source/components/light.tellstick.markdown new file mode 100644 index 0000000000..b5bc9ea55c --- /dev/null +++ b/source/components/light.tellstick.markdown @@ -0,0 +1,22 @@ +--- +layout: page +title: "TellStick lights support" +description: "Instructions how to integrate TellStick lights into Home Assistant." +date: 2015-08-06 19:00 +sidebar: false +comments: false +sharing: true +footer: true +--- + + +This tellstick light platform allows you to control your [TellStick](http://www.telldus.se/products/tellstick) dimmers. + +To use your TellStick device in your installation, add the following to your `configuration.yaml` file: + +```yaml +# Example configuration.yaml entry +light: + platform: tellstick +``` +