Module homey.manager.drivers

Classes

class ManagerDrivers

Manages drivers in this app. You can access this manager through the Homey instance as self.homey.drivers.

Ancestors

Methods

def get_driver(self, id: str) ‑> Driver

Get a driver instance by its ID.

Raises

NotFound:

def get_drivers(self) ‑> mappingproxy[str, Driver]

Get all driver instances.

Returns

A mapping from IDs to drivers.

Inherited members