mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-09 04:29:03 +00:00
31 lines
815 B
Markdown
31 lines
815 B
Markdown
---
|
|
layout: page
|
|
title: "EnOcean Switch"
|
|
description: "Instructions on how to set up EnOcean switches within Home Assistant."
|
|
date: 2016-05-25 23:49
|
|
sidebar: true
|
|
comments: false
|
|
sharing: true
|
|
footer: true
|
|
logo: enocean.png
|
|
ha_category: Switch
|
|
ha_release: 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](/components/enocean/) and then add the following to your `configuration.yaml` file:
|
|
|
|
```yaml
|
|
# Example configuration.yaml entry
|
|
switch:
|
|
- platform: enocean
|
|
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`.
|