Fix attributes broken by the warning fixes (#23182)

This commit is contained in:
Petar Petrov
2024-12-06 15:56:42 +02:00
committed by GitHub
parent 5fdefc0c20
commit 400ddbf625
61 changed files with 99 additions and 88 deletions

View File

@@ -25,7 +25,7 @@ export class HuiGenericEntityRow extends LitElement {
@property({ attribute: false }) public secondaryText?: string;
@property({ attribute: false, type: Boolean }) public hideName = false;
@property({ attribute: "hide-name", type: Boolean }) public hideName = false;
// Allows to control if this row should capture the user interaction, e.g. with its
// toggle switch, button or input field. Some domains dynamically decide what to show