From 341e63e878f831577983c343795e405e07dc3c06 Mon Sep 17 00:00:00 2001 From: Paul Bottein Date: Thu, 10 Jul 2025 17:36:03 +0200 Subject: [PATCH] Fix device class icon off state --- .../more-info/components/voice/ha-more-info-view-toggle-group.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dialogs/more-info/components/voice/ha-more-info-view-toggle-group.ts b/src/dialogs/more-info/components/voice/ha-more-info-view-toggle-group.ts index fb13a827b8..ee0b51af39 100644 --- a/src/dialogs/more-info/components/voice/ha-more-info-view-toggle-group.ts +++ b/src/dialogs/more-info/components/voice/ha-more-info-view-toggle-group.ts @@ -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} >