Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.enocean Namespace Reference

Namespaces

 binary_sensor
 
 config_flow
 
 const
 
 dongle
 
 entity
 
 light
 
 sensor
 
 switch
 

Functions

bool async_setup (HomeAssistant hass, ConfigType config)
 
bool async_setup_entry (HomeAssistant hass, ConfigEntry config_entry)
 
bool async_unload_entry (HomeAssistant hass, ConfigEntry config_entry)
 

Variables

 CONFIG_SCHEMA
 

Detailed Description

Support for EnOcean devices.

Function Documentation

◆ async_setup()

bool homeassistant.components.enocean.async_setup ( HomeAssistant  hass,
ConfigType  config 
)
Set up the EnOcean component.

Definition at line 19 of file __init__.py.

◆ async_setup_entry()

bool homeassistant.components.enocean.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  config_entry 
)
Set up an EnOcean dongle for the given entry.

Definition at line 39 of file __init__.py.

◆ async_unload_entry()

bool homeassistant.components.enocean.async_unload_entry ( HomeAssistant  hass,
ConfigEntry  config_entry 
)
Unload ENOcean config entry.

Definition at line 49 of file __init__.py.

Variable Documentation

◆ CONFIG_SCHEMA

homeassistant.components.enocean.CONFIG_SCHEMA
Initial value:
1 = vol.Schema(
2  {DOMAIN: vol.Schema({vol.Required(CONF_DEVICE): cv.string})}, extra=vol.ALLOW_EXTRA
3 )

Definition at line 14 of file __init__.py.