i-plugin-args
This object will be passed into the load method once during Hass Blocks initialisation, plugins can use it to interact with home assistant and listen to hass blocks event
| Name | i-plugin-args |
|---|---|
| Type | Interface |
| Path | packages/blocks/src/types/i-blocks-plugin.ts |
Properties
| Name | Type | Description |
|---|---|---|
| client | IFullBlocksClient | |
| config | HassConfig | |
| events | IEventBus | |