ManagerZWave

homey.manager.zwave

Manage the Z-Wave communication of the Homey. You can access this manager through the Homey instance as self.homey.zwave.

Ancestors

Methods

get_node

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

Get a Z-Wave node instance for the given device.

Args

NameTypeDescription
device Device The Device to get the node for.

Inherited members