mirror of
https://github.com/home-assistant/frontend.git
synced 2025-08-02 22:17:48 +00:00
Add title
This commit is contained in:
parent
3f579e5e95
commit
93e5a5966f
@ -69,7 +69,8 @@ class MoreInfoContent extends LitElement {
|
||||
type="button"
|
||||
class="chip"
|
||||
@click=${this._handleChipClick}
|
||||
.entityId=${entry.entity_id}
|
||||
.entityId=${entity.entity_id}
|
||||
.title=${entity.attributes.friendly_name}
|
||||
style=${styleMap({
|
||||
"--icon-color": color
|
||||
? `rgb(var(--rgb-state-${color}-color))`
|
||||
|
Loading…
x
Reference in New Issue
Block a user