24 lines
566 B
Markdown
24 lines
566 B
Markdown
---
|
|
layout: component
|
|
title: "TellStick light"
|
|
description: "Instructions how to integrate TellStick lights into Home Assistant."
|
|
date: 2015-08-06 19:00
|
|
sidebar: true
|
|
comments: false
|
|
sharing: true
|
|
footer: true
|
|
logo: telldus_tellstick.png
|
|
ha_category: Light
|
|
---
|
|
|
|
|
|
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
|
|
```
|
|
|