From c7368b1fe3ca40066a80a6af5bded2604b167738 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 18 Mar 2024 22:32:59 +0100 Subject: [PATCH] Add label support (#383) --- lib/types.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/types.ts b/lib/types.ts index 63711070..294f4cb0 100644 --- a/lib/types.ts +++ b/lib/types.ts @@ -142,4 +142,5 @@ export type HassServiceTarget = { device_id?: string | string[]; area_id?: string | string[]; floor_id?: string | string[]; + label_id?: string | string[]; };