mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-30 12:46:35 +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}
|
.hass=${this.hass}
|
||||||
.stateObj=${stateObj}
|
.stateObj=${stateObj}
|
||||||
.overrideIcon=${this.config.icon}
|
.overrideIcon=${this.config.icon}
|
||||||
|
.overrideImage=${this.config.image}
|
||||||
></state-badge>
|
></state-badge>
|
||||||
<div class="flex">
|
<div class="flex">
|
||||||
<div class="info">
|
<div class="info">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user