diff --git a/src/panels/lovelace/components/hui-generic-entity-row.ts b/src/panels/lovelace/components/hui-generic-entity-row.ts index f965b252d2..ac5c3c8a5f 100644 --- a/src/panels/lovelace/components/hui-generic-entity-row.ts +++ b/src/panels/lovelace/components/hui-generic-entity-row.ts @@ -105,6 +105,14 @@ class HuiGenericEntityRow extends LitElement { .datetime=${stateObj.last_changed} > ` + : this.config.secondary_info === "last-triggered" && + stateObj.attributes.last_triggered + ? html` + + ` : ""}