Module homey.manager.apps

Classes

class ManagerApps

Manages other apps installed on the Homey. You can access this manager through the Homey instance as self.homey.apps.

Ancestors

Methods

async def get_installed(self, app: ApiApp) ‑> bool

Check whether the app is installed, enabled and running.

Args

app
ApiApp instance.
async def get_version(self, app: ApiApp) ‑> str

Get the app's installed version.

Args

app
ApiApp instance.

Inherited members