From 966c6852709e848624ff6c6b8d0c879270a0e2a2 Mon Sep 17 00:00:00 2001 From: Bram Kragten Date: Tue, 27 Jun 2023 13:15:17 +0200 Subject: [PATCH] Add response to `HassService` (#389) --- lib/types.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/types.ts b/lib/types.ts index b73d1a4a..e248059d 100644 --- a/lib/types.ts +++ b/lib/types.ts @@ -107,6 +107,7 @@ export type HassService = { selector?: {}; }; }; + response?: { optional: boolean }; }; export type HassDomainServices = {