From 85bd6432a9832dbb0b13dda25f558c4cfed1b09b Mon Sep 17 00:00:00 2001 From: Bram Kragten Date: Tue, 24 Dec 2024 10:19:38 +0100 Subject: [PATCH] Update hui-generic-entity-row.ts --- src/panels/lovelace/components/hui-generic-entity-row.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/panels/lovelace/components/hui-generic-entity-row.ts b/src/panels/lovelace/components/hui-generic-entity-row.ts index 40ee38175b..d24800bd7b 100644 --- a/src/panels/lovelace/components/hui-generic-entity-row.ts +++ b/src/panels/lovelace/components/hui-generic-entity-row.ts @@ -23,7 +23,7 @@ export class HuiGenericEntityRow extends LitElement { @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;