Fix missing text device entities (#4531)

This commit is contained in:
Bram Kragten 2020-01-20 21:04:47 +01:00 committed by GitHub
parent d9e522e4d7
commit 913299998c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,7 +45,7 @@ export class HaDeviceEntitiesCard extends LitElement {
?checked=${this._showDisabled}
@change=${this._showDisabledChanged}
>${this.hass.localize(
"ui.panel.config.entities.picker.show_disabled"
"ui.panel.config.entities.picker.filter.show_disabled"
)}
</ha-switch>
</paper-item>