Skip to content

Commit

Permalink
Add label support (#383)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Mar 18, 2024
1 parent ee7e442 commit c7368b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -142,4 +142,5 @@ export type HassServiceTarget = {
device_id?: string | string[];
area_id?: string | string[];
floor_id?: string | string[];
label_id?: string | string[];
};

0 comments on commit c7368b1

Please sign in to comment.