Add label and floor to target struct (#20213)

This commit is contained in:
Bram Kragten 2024-03-28 09:15:58 +01:00 committed by GitHub
parent 55c8589841
commit 1d85f0717a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -42,6 +42,8 @@ const targetStruct = object({
entity_id: optional(union([string(), array(string())])),
device_id: optional(union([string(), array(string())])),
area_id: optional(union([string(), array(string())])),
floor_id: optional(union([string(), array(string())])),
label_id: optional(union([string(), array(string())])),
});
export const serviceActionStruct: Describe<ServiceAction> = assign(