mirror of
https://github.com/home-assistant/frontend.git
synced 2025-08-03 14:37:47 +00:00
Add title
This commit is contained in:
parent
3f579e5e95
commit
93e5a5966f
@ -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))`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user