home-assistant.io/source/_components/binary_sensor.enocean.markdown
Matt N 2b5d3c0c10 Fix over 100 typos/spelling mistakes :P (#1483)
* Fix a bunch of typos/spelling mistakes
* Removed extra spaces from emulated_hue
* Correct device type. of binary_sensor.enocean.markdown
2016-11-23 10:23:23 +01:00

1.1 KiB

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 Binary Sensor Instructions on how to set up EnOcean binary sensors within Home Assistant. 2016-05-25 23:49 true false true true enocean.png Binary Sensor 0.21 Local Push

This can typically be one of those batteryless wall switches. Currently only one type has been tested: Eltako FT55. Other devices will most likely not work without changing the Home Assistant code.

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
binary_sensor:
  - platform: enocean
    id: [0x01,0x90,0x84,0x3C]

Configuration variables:

  • id (Required): The ID of the device. This is the 4 bytes long number written on the dimmer.
  • name (Optional): An identifier for the switch in the frontend.
  • sensor_class (Optional): The type/class of the sensor to set the icon in the frontend.