21 lines
435 B
Markdown
21 lines
435 B
Markdown
---
|
|
layout: page
|
|
title: "Tahoma Sensor"
|
|
description: "Instructions how to integrate Tahoma sensors into Home Assistant."
|
|
date: 2017-07-18 12:00
|
|
sidebar: true
|
|
comments: false
|
|
sharing: true
|
|
footer: true
|
|
logo: tahoma.png
|
|
ha_category: Cover
|
|
ha_release: 0.59
|
|
---
|
|
|
|
To use your tahoma sensors in your installation, add the following to your `configuration.yaml` file:
|
|
|
|
```yaml
|
|
# Example configuration.yml entry
|
|
sensor:
|
|
platform: tahoma
|
|
```
|