Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
karwosts authored and bramkragten committed Apr 12, 2024
1 parent ffa695f commit 344fe0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/entity/ha-entity-picker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export class HaEntityPicker extends LitElement {

@property() public helper?: string;

@property() public createDomains?: string[];
@property({ type: Array }) public createDomains?: string[];

/**
* Show entities from specific domains.
Expand Down
2 changes: 1 addition & 1 deletion src/components/ha-target-picker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export class HaTargetPicker extends SubscribeMixin(LitElement) {

@property() public helper?: string;

@property() public createDomains?: string[];
@property({ type: Array }) public createDomains?: string[];

/**
* Show only targets with entities from specific domains.
Expand Down

0 comments on commit 344fe0e

Please sign in to comment.