Update EnOcean docs

This commit is contained in:
Fabian Affolter 2016-08-24 13:12:51 +02:00
parent 1dff23cae3
commit 7fae02eaad
No known key found for this signature in database
GPG key ID: DDF3D6F44AAB1336
4 changed files with 21 additions and 18 deletions

View file

@ -23,9 +23,12 @@ To use your EnOcean device, you first have to set up your [EnOcean hub](/compone
binary_sensor:
- platform: enocean
id: [0x01,0x90,0x84,0x3C]
name: Door
sensor_class: opening
```
Configuration variables:
- **id** (*Required*): The ID of the device. This is the 4 bytes long number written on the dimmer.
- **platform** (*Required*): Set to `enocean`.
- **name** (*Optional*): An identifier for the Ligh in the frontend.
- **sensor_class** (*Optional*): The [type/class](/components/binary_sensor/) of the sensor to set the icon in the frontend.