Fix Tahoma documentation (#4673)

* remove sensor config example

* Set sensor category to sensor

was cover before

* remove cover config example
This commit is contained in:
Thijs de Jong 2018-02-15 18:58:08 +01:00 committed by Fabian Affolter
parent 903b864020
commit a668d5b26f
2 changed files with 5 additions and 13 deletions

View File

@ -12,10 +12,6 @@ ha_category: Cover
ha_release: 0.59
---
To use your tahoma covers in your installation, add the following to your `configuration.yaml` file:
The `tahoma` cover platform lets you control covers added to your Tahoma Box in Home Assistant.
```yaml
# Example configuration.yml entry
cover:
platform: tahoma
```
Covers will be added automatically. Please refer to the [component](/components/tahoma/) configuration on how to setup Tahoma.

View File

@ -8,14 +8,10 @@ comments: false
sharing: true
footer: true
logo: tahoma.png
ha_category: Cover
ha_category: Sensor
ha_release: 0.59
---
To use your tahoma sensors in your installation, add the following to your `configuration.yaml` file:
The `tahoma` sensor platform lets you see sensors added to your Tahoma Box in Home Assistant.
```yaml
# Example configuration.yml entry
sensor:
platform: tahoma
```
Sensors will be added automatically. Please refer to the [component](/components/tahoma/) configuration on how to setup Tahoma.