Skip to content

Commit

Permalink
Add floor support (#470)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Mar 14, 2024
1 parent a03e7cb commit ee7e442
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[];
floor_id?: string | string[];
};

0 comments on commit ee7e442

Please sign in to comment.