Public Member Functions | |
| def | __init__ (self, hass, serial_path) |
| def | async_setup (self) |
| def | callback (self, packet) |
| def | unload (self) |
Public Attributes | |
| dispatcher_disconnect_handle | |
| hass | |
| identifier | |
| serial_path | |
Private Member Functions | |
| def | _send_message_callback (self, command) |
Private Attributes | |
| _communicator | |
Representation of an EnOcean dongle. The dongle is responsible for receiving the ENOcean frames, creating devices if needed, and dispatching messages to platforms.
| def homeassistant.components.enocean.dongle.EnOceanDongle.__init__ | ( | self, | |
| hass, | |||
| serial_path | |||
| ) |
|
private |
| def homeassistant.components.enocean.dongle.EnOceanDongle.async_setup | ( | self | ) |
| def homeassistant.components.enocean.dongle.EnOceanDongle.callback | ( | self, | |
| packet | |||
| ) |
| def homeassistant.components.enocean.dongle.EnOceanDongle.unload | ( | self | ) |
|
private |
| homeassistant.components.enocean.dongle.EnOceanDongle.dispatcher_disconnect_handle |
| homeassistant.components.enocean.dongle.EnOceanDongle.identifier |
| homeassistant.components.enocean.dongle.EnOceanDongle.serial_path |