Module homey.manager.dashboards
Classes
class ManagerDashboards-
Manages user dashboards. You can access this manager through the Homey instance as
self.homey.dashboards.Ancestors
- Manager
- SimpleClass
- EventEmitter
- typing.Generic
- abc.ABC
Methods
def get_widget(self, id: str) ‑> Widget-
Get the widget with the given ID, as defined in
app.json.Raises
NotFound:
Inherited members