From ee7e442c57d2a240c8378d2ee95015253814a7f1 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 14 Mar 2024 19:23:28 +0100 Subject: [PATCH] Add floor support (#470) --- lib/types.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/types.ts b/lib/types.ts index f745f5fa..63711070 100644 --- a/lib/types.ts +++ b/lib/types.ts @@ -141,4 +141,5 @@ export type HassServiceTarget = { entity_id?: string | string[]; device_id?: string | string[]; area_id?: string | string[]; + floor_id?: string | string[]; };