diff --git a/lib/types.ts b/lib/types.ts index 474d302b..98be6fac 100644 --- a/lib/types.ts +++ b/lib/types.ts @@ -100,6 +100,7 @@ export type HassEntities = { [entity_id: string]: HassEntity }; export type HassService = { name?: string; description?: string; + description_placeholders?: { [placeholder: string]: string }; target?: {} | null; fields: { [field_name: string]: {