mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
Fix hide disabled entities button (#17806)
fix hide disabled entities button
This commit is contained in:
parent
82dfb06a04
commit
321f35f30e
@ -112,7 +112,7 @@ export class HaDeviceEntitiesCard extends LitElement {
|
|||||||
${hiddenEntities.map((entry) => this._renderEntry(entry))}
|
${hiddenEntities.map((entry) => this._renderEntry(entry))}
|
||||||
<button class="show-more" @click=${this._toggleShowHidden}>
|
<button class="show-more" @click=${this._toggleShowHidden}>
|
||||||
${this.hass.localize(
|
${this.hass.localize(
|
||||||
"ui.panel.config.devices.entities.hide_disabled"
|
"ui.panel.config.devices.entities.show_less"
|
||||||
)}
|
)}
|
||||||
</button>
|
</button>
|
||||||
`
|
`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user