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
- Manager
- SimpleClass
- homey.util.event_emitter.EventEmitter
- typing.Generic
- abc.ABC
Methods
get_installed
async def get_installed(self, app: ApiApp) ‑> boolCheck whether the app is installed, enabled and running.
Args
| Name | Type | Description |
|---|---|---|
app |
ApiApp | ApiApp instance. |
get_version
async def get_version(self, app: ApiApp) ‑> strGet the app's installed version.
Args
| Name | Type | Description |
|---|---|---|
app |
ApiApp | ApiApp instance. |