service
| Name | service |
|---|---|
| Type | Interface |
| Path | packages/hass-ts/src/lib/types/services.ts |
Properties
| Name | Type | Description |
|---|---|---|
| description | string | |
| fields | ServiceFields | |
| name | string | |
| Response | unknown | |
| target | {
entity?: EntityTarget[];
device?: DeviceTarget[];
} |