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" |
Constants for the ENOcean integration.
| string homeassistant.components.enocean.const.DATA_ENOCEAN = "enocean" |
| string homeassistant.components.enocean.const.DOMAIN = "enocean" |
| string homeassistant.components.enocean.const.ENOCEAN_DONGLE = "dongle" |
| string homeassistant.components.enocean.const.ERROR_INVALID_DONGLE_PATH = "invalid_dongle_path" |
| homeassistant.components.enocean.const.LOGGER = logging.getLogger(__package__) |
| list homeassistant.components.enocean.const.PLATFORMS |
| string homeassistant.components.enocean.const.SIGNAL_RECEIVE_MESSAGE = "enocean.receive_message" |