Fix incompatible object/array property types (1 of 3) (#19450)

This commit is contained in:
Steve Repsher
2024-01-19 15:16:15 -05:00
committed by GitHub
parent 45398f84cb
commit dcb3accdb8
45 changed files with 62 additions and 62 deletions

View File

@@ -32,7 +32,7 @@ export class HaTargetSelector extends LitElement {
@property({ attribute: false }) public selector!: TargetSelector;
@property() public value?: HassServiceTarget;
@property({ type: Object }) public value?: HassServiceTarget;
@property() public label?: string;