home-assistant.io/source/_components/sensor.enocean.markdown
Klaas Schoute 18a734a04d Update Enocean component configuration variable (#6728)
* Update Enocean component configuration variable

* Minor update
2018-10-13 00:05:58 +02:00

938 B

layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release, ha_iot_class
layout title description date sidebar comments sharing footer logo ha_category ha_release ha_iot_class
page EnOcean Sensor Instructions on how to integrate TellStick sensors into Home Assistant. 2016-05-26 01:00 true false true true enocean.png Sensor 0.21 Local Push

The enocean sensor platform currently only allows reading out the power measured in a Permundo PSC234 switch.

To use your EnOcean device, you first have to set up your EnOcean hub and then add the following to your configuration.yaml file:

# Example configuration.yaml entry
sensor:
  - platform: enocean
    name: Television
    id: [0x01,0x90,0x84,0x3C]

{% configuration %} id: description: The ID of the device. This is a 4 bytes long number. required: true type: list name: description: An identifier for the switch required: true default: EnOcean sensor type: string {% endconfiguration %}