Add last-updated as a secondaryinfo option to entity rows (#7433)

This commit is contained in:
Ian Richardson
2020-10-22 05:37:51 -05:00
committed by GitHub
parent 211ab4eea8
commit d16daf0fd9
4 changed files with 11 additions and 1 deletions

View File

@@ -97,6 +97,13 @@ class HuiGenericEntityRow extends LitElement {
.datetime=${stateObj.last_changed}
></ha-relative-time>
`
: this.config.secondary_info === "last-updated"
? html`
<ha-relative-time
.hass=${this.hass}
.datetime=${stateObj.last_updated}
></ha-relative-time>
`
: this.config.secondary_info === "last-triggered"
? stateObj.attributes.last_triggered
? html`