From 35ba2fffda2dd3f7e5bdf4e817e8bfc8c2fd17d8 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Tue, 24 Jun 2025 13:46:47 -0400 Subject: [PATCH] Also show sub entry services when sub entry expanded (#25900) --- .../config/integrations/ha-config-sub-entry-row.ts | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/panels/config/integrations/ha-config-sub-entry-row.ts b/src/panels/config/integrations/ha-config-sub-entry-row.ts index c30825a6c1..29d832ca5f 100644 --- a/src/panels/config/integrations/ha-config-sub-entry-row.ts +++ b/src/panels/config/integrations/ha-config-sub-entry-row.ts @@ -165,6 +165,16 @@ class HaConfigSubEntryRow extends LitElement { .entities=${this.entities} >` )} + ${services.map( + (service) => + html`` + )} ` : nothing} `;