mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-16 05:46:35 +00:00
Fix device class icon off state
This commit is contained in:
parent
5ed2d2fd2f
commit
341e63e878
@ -148,6 +148,7 @@ class HaMoreInfoViewToggleGroup extends LitElement {
|
||||
.hass=${this.hass}
|
||||
.domain=${domain}
|
||||
.state=${OFF_STATE}
|
||||
.deviceClass=${deviceClass}
|
||||
.icon=${domain === "light" ? "mdi:lightbulb-off" : undefined}
|
||||
></ha-domain-icon>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user