Skip to content

Commit

Permalink
Add label support
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Mar 13, 2024
1 parent a03e7cb commit 8c42a3f
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 @@ -141,4 +141,5 @@ export type HassServiceTarget = {
entity_id?: string | string[];
device_id?: string | string[];
area_id?: string | string[];
label_id?: string | string[];
};

0 comments on commit 8c42a3f

Please sign in to comment.