Fix incompatible object/array property types (2 of 3) (#19482)

This commit is contained in:
Steve Repsher
2024-01-22 10:04:58 -05:00
committed by GitHub
parent 28a8863f45
commit 349344161a
58 changed files with 97 additions and 89 deletions

View File

@@ -24,7 +24,7 @@ class HaBluePrintPicker extends LitElement {
@property() public domain: BlueprintDomain = "automation";
@property() public blueprints?: Blueprints;
@property({ attribute: false }) public blueprints?: Blueprints;
@property({ type: Boolean }) public disabled = false;