Fix hide disabled entities button (#17806)

fix hide disabled entities button
This commit is contained in:
Kendell R 2023-09-04 05:49:05 -04:00 committed by GitHub
parent 82dfb06a04
commit 321f35f30e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>
` `