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