Skip to content

Commit

Permalink
ServiceListSelectorTarget multiple
Browse files Browse the repository at this point in the history
  • Loading branch information
zoe-codez committed Apr 25, 2024
1 parent 6c0fe5f commit d90713e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@digital-alchemy/hass",
"repository": "https://github.com/Digital-Alchemy-TS/hass",
"homepage": "https://docs.digital-alchemy.app/Hass",
"version": "0.3.16",
"version": "0.3.17",
"scripts": {
"build": "rm -rf dist/; tsc",
"lint": "eslint src",
Expand Down
1 change: 1 addition & 0 deletions src/helpers/fetch/service-list.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
export interface ServiceListSelectorTarget {
domain?: string;
integration?: string;
multiple?: boolean;
}
export interface ServiceListSelector {
boolean?: null;
Expand Down

0 comments on commit d90713e

Please sign in to comment.