Minor changes

This commit is contained in:
Fabian Affolter 2016-06-26 12:02:26 +02:00
parent fa5418895b
commit 45d4ce3065
No known key found for this signature in database
GPG key ID: DDF3D6F44AAB1336
6 changed files with 36 additions and 33 deletions

View file

@ -10,6 +10,7 @@ footer: true
logo: homematic.png
ha_category: Sensor
ha_release: 0.23
ha_iot_class: "Local Push"
---
@ -27,13 +28,13 @@ sensor:
Configuration variables:
- **platform** (*Required*: Needed to let Home Assistant know this is a Homematic rollershutter.
- **address** (*Required*): The serial number of the device, eg. LEQ1234567
- **name** (*Optional*): Name to identify the device.
- **button** (*Optional*): Channel of the device to monitor (default: 1)
- **button** (*Optional*): Channel of the device to monitor. Defaults to 1.
- **param** (*Optional*): For devices with multiple channels and possible events, you may define which event type you want to attatch to this entity.
Currently the following devices are supported:
- Thermostats / Weather sensors (param: TEMPERATURE, HUMIDITY)
- Switch Powermeter (param: POWER, CURRENT, VOLTAGE, FREQUENCY, ENERGY_COUNTER)
- Motion detectors (param: BIRGHTNESS)