mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-21 16:26:43 +00:00
Also show sub entry services when sub entry expanded (#25900)
This commit is contained in:
parent
31bc708725
commit
35ba2fffda
@ -165,6 +165,16 @@ class HaConfigSubEntryRow extends LitElement {
|
||||
.entities=${this.entities}
|
||||
></ha-config-entry-device-row>`
|
||||
)}
|
||||
${services.map(
|
||||
(service) =>
|
||||
html`<ha-config-entry-device-row
|
||||
.hass=${this.hass}
|
||||
.narrow=${this.narrow}
|
||||
.entry=${this.entry}
|
||||
.device=${service}
|
||||
.entities=${this.entities}
|
||||
></ha-config-entry-device-row>`
|
||||
)}
|
||||
`
|
||||
: nothing}
|
||||
</ha-md-list>`;
|
||||
|
Loading…
x
Reference in New Issue
Block a user