Skip to content

Commit

Permalink
Fix hide disabled entities button (home-assistant#17806)
Browse files Browse the repository at this point in the history
fix hide disabled entities button
  • Loading branch information
KTibow committed Sep 4, 2023
1 parent 82dfb06 commit 321f35f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export class HaDeviceEntitiesCard extends LitElement {
${hiddenEntities.map((entry) => this._renderEntry(entry))}
<button class="show-more" @click=${this._toggleShowHidden}>
${this.hass.localize(
"ui.panel.config.devices.entities.hide_disabled"
"ui.panel.config.devices.entities.show_less"
)}
</button>
`
Expand Down

0 comments on commit 321f35f

Please sign in to comment.