ManagerDiscovery
homey.manager.discovery
Manages discovery of new devices.
You can access this manager through the Homey instance as self.homey.discovery.
Ancestors
- Manager
- SimpleClass
- homey.util.event_emitter.EventEmitter
- typing.Generic
- abc.ABC
Methods
get_strategy
def get_strategy(self, id: str) ‑> DiscoveryStrategyGet the strategy with the given ID, as defined in app.json.
Raises
NotFound- Raised if no strategy with the given ID is found.