From 7f5daada775b74f64ed604f72e84f7784c7bd285 Mon Sep 17 00:00:00 2001 From: jbouwh Date: Sat, 25 Oct 2025 12:07:31 +0200 Subject: [PATCH] Add support for description placeholders for service actions --- lib/types.ts | 1 + 1 file changed, 1 insertion(+) 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]: {