22 lines
473 B
Markdown
22 lines
473 B
Markdown
---
|
|
layout: page
|
|
title: "Tellstick Sensors"
|
|
description: "Instructions how to setup tellstick sensors with Home Assistant."
|
|
date: 2015-01-24 14:39
|
|
sidebar: false
|
|
comments: false
|
|
sharing: true
|
|
footer: true
|
|
---
|
|
|
|
Shows the values of that sensors that is connected to your Tellstick.
|
|
|
|
To enable it, add the following lines to your `home-assistant.conf`:
|
|
|
|
```
|
|
[tellstick_sensor]
|
|
```
|
|
|
|
<p class='note warning'>
|
|
This component is going to be merged into the sensor component.
|
|
</p>
|