Merge branch 'pr/101'
Conflicts: source/components/index.markdown
This commit is contained in:
commit
04f48395d6
127 changed files with 353 additions and 537 deletions
38
source/_components/tellstick.markdown
Normal file
38
source/_components/tellstick.markdown
Normal file
|
@ -0,0 +1,38 @@
|
|||
---
|
||||
layout: page
|
||||
title: "TellStick component"
|
||||
description: "Instructions how to integrate your TellStick into Home Assistant."
|
||||
date: 2015-03-28 13:06
|
||||
sidebar: false
|
||||
comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
logo: telldus_tellstick.png
|
||||
ha_category: Hub
|
||||
---
|
||||
|
||||
<img src='/images/supported_brands/telldus_tellstick.png' class='brand pull-right' />
|
||||
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 devices to your `configuration.yaml` file.
|
||||
|
||||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
switch:
|
||||
platform: tellstick
|
||||
|
||||
sensor:
|
||||
platform: tellstick
|
||||
|
||||
# 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)
|
Loading…
Add table
Add a link
Reference in a new issue