From aec39c939e2d9906de0e244299c9f6525abdca52 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 21 Oct 2015 16:40:30 +0200 Subject: [PATCH] Add telstick light page --- source/components/light.tellstick.markdown | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 source/components/light.tellstick.markdown 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 +``` +