home-assistant.io/source/_components/switch.enocean.markdown
2016-08-24 13:12:51 +02:00

836 B

layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release
layout title description date sidebar comments sharing footer logo ha_category ha_release
page EnOcean Switch Instructions on how to set up EnOcean switches within Home Assistant. 2016-05-25 23:49 true false true true enocean.png Switch 0.21

An EnOcean switch can take many forms. Currently only one type has been tested: Permundo PSC234

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

Configuration variables:

  • id (Required): The ID of the device. This is a 4 bytes long number.
  • name (Optional): An identifier for the switch. Default to EnOcean Switch.