ManagerZigbee

homey.manager.zigbee

Manage the Zigbee communication of the Homey. You can access this manager through the Homey instance as self.homey.zigbee.

Ancestors

Methods

get_node

async def get_node(self, device: Device) ‑> ZigbeeNode

Get a Zigbee node instance for the given device.

Args

NameTypeDescription
device Device The Device to get the node for.

Inherited members