Skip to content

Commit

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

0 comments on commit 7bfb644

Please sign in to comment.