ManagerApps

homey.manager.apps

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

Ancestors

Methods

get_installed

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

Check whether the app is installed, enabled and running.

Args

NameTypeDescription
app ApiApp ApiApp instance.

get_version

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

Get the app's installed version.

Args

NameTypeDescription
app ApiApp ApiApp instance.

Inherited members