Add title

This commit is contained in:
Paul Bottein 2022-12-01 14:28:31 +01:00
parent 3f579e5e95
commit 93e5a5966f
No known key found for this signature in database

View File

@ -69,7 +69,8 @@ class MoreInfoContent extends LitElement {
type="button" type="button"
class="chip" class="chip"
@click=${this._handleChipClick} @click=${this._handleChipClick}
.entityId=${entry.entity_id} .entityId=${entity.entity_id}
.title=${entity.attributes.friendly_name}
style=${styleMap({ style=${styleMap({
"--icon-color": color "--icon-color": color
? `rgb(var(--rgb-state-${color}-color))` ? `rgb(var(--rgb-state-${color}-color))`