From 6c8caccfecfa9aa06793e415930f79982c235d92 Mon Sep 17 00:00:00 2001 From: Bram Kragten Date: Thu, 26 Jun 2025 13:05:28 +0200 Subject: [PATCH] Use different icon for services (#25939) --- src/panels/config/integrations/ha-config-entry-device-row.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/panels/config/integrations/ha-config-entry-device-row.ts b/src/panels/config/integrations/ha-config-entry-device-row.ts index 58dfc11da7..f2654f61e3 100644 --- a/src/panels/config/integrations/ha-config-entry-device-row.ts +++ b/src/panels/config/integrations/ha-config-entry-device-row.ts @@ -5,6 +5,7 @@ import { mdiDotsVertical, mdiPencil, mdiStopCircleOutline, + mdiTransitConnectionVariant, } from "@mdi/js"; import { css, html, LitElement, nothing } from "lit"; import { customElement, property } from "lit/decorators"; @@ -58,7 +59,7 @@ class HaConfigEntryDeviceRow extends LitElement { ].filter(Boolean); return html` - +
${computeDeviceNameDisplay(device, this.hass)} ${supportingText.join(" • ")}