From 7bfb64426b565d7bd829e3e5d1da1cc733a1e53d Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 25 May 2023 21:49:58 +0200 Subject: [PATCH] Add label support --- lib/types.ts | 1 + 1 file changed, 1 insertion(+) 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[]; };