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

Variables

string DATA_ENOCEAN = "enocean"
 
string DOMAIN = "enocean"
 
string ENOCEAN_DONGLE = "dongle"
 
string ERROR_INVALID_DONGLE_PATH = "invalid_dongle_path"
 
 LOGGER = logging.getLogger(__package__)
 
list PLATFORMS
 
string SIGNAL_RECEIVE_MESSAGE = "enocean.receive_message"
 
string SIGNAL_SEND_MESSAGE = "enocean.send_message"
 

Detailed Description

Constants for the ENOcean integration.

Variable Documentation

◆ DATA_ENOCEAN

string homeassistant.components.enocean.const.DATA_ENOCEAN = "enocean"

Definition at line 8 of file const.py.

◆ DOMAIN

string homeassistant.components.enocean.const.DOMAIN = "enocean"

Definition at line 7 of file const.py.

◆ ENOCEAN_DONGLE

string homeassistant.components.enocean.const.ENOCEAN_DONGLE = "dongle"

Definition at line 9 of file const.py.

◆ ERROR_INVALID_DONGLE_PATH

string homeassistant.components.enocean.const.ERROR_INVALID_DONGLE_PATH = "invalid_dongle_path"

Definition at line 11 of file const.py.

◆ LOGGER

homeassistant.components.enocean.const.LOGGER = logging.getLogger(__package__)

Definition at line 16 of file const.py.

◆ PLATFORMS

list homeassistant.components.enocean.const.PLATFORMS
Initial value:
1 = [
2  Platform.BINARY_SENSOR,
3  Platform.LIGHT,
4  Platform.SENSOR,
5  Platform.SWITCH,
6 ]

Definition at line 18 of file const.py.

◆ SIGNAL_RECEIVE_MESSAGE

string homeassistant.components.enocean.const.SIGNAL_RECEIVE_MESSAGE = "enocean.receive_message"

Definition at line 13 of file const.py.

◆ SIGNAL_SEND_MESSAGE

string homeassistant.components.enocean.const.SIGNAL_SEND_MESSAGE = "enocean.send_message"

Definition at line 14 of file const.py.