mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-23 01:06:35 +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}
|
.entities=${this.entities}
|
||||||
></ha-config-entry-device-row>`
|
></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}
|
: nothing}
|
||||||
</ha-md-list>`;
|
</ha-md-list>`;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user