mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-28 19:56:42 +00:00
add image option to entities card (#3832)
This commit is contained in:
parent
64366dc99a
commit
7e979f0cf1
@ -51,6 +51,7 @@ class HuiGenericEntityRow extends LitElement {
|
||||
.hass=${this.hass}
|
||||
.stateObj=${stateObj}
|
||||
.overrideIcon=${this.config.icon}
|
||||
.overrideImage=${this.config.image}
|
||||
></state-badge>
|
||||
<div class="flex">
|
||||
<div class="info">
|
||||
|
Loading…
x
Reference in New Issue
Block a user