diff --git a/lib/types.ts b/lib/types.ts index ee3f79c0..48b7b620 100644 --- a/lib/types.ts +++ b/lib/types.ts @@ -130,4 +130,5 @@ export type HassServiceTarget = { entity_id?: string | string[]; device_id?: string | string[]; area_id?: string | string[]; + label_id?: string | string[]; };