Update hui-generic-entity-row.ts

This commit is contained in:
Bram Kragten 2024-12-24 10:19:38 +01:00
parent 00c1dfa1d2
commit 85bd6432a9

View File

@ -23,7 +23,7 @@ export class HuiGenericEntityRow extends LitElement {
@property({ attribute: false }) public config?: EntitiesCardEntityConfig; @property({ attribute: false }) public config?: EntitiesCardEntityConfig;
@property({ attribute: false }) public secondaryText?: string; @property({ attribute: "secondary-text" }) public secondaryText?: string;
@property({ attribute: "hide-name", type: Boolean }) public hideName = false; @property({ attribute: "hide-name", type: Boolean }) public hideName = false;