diff --git a/src/panels/config/integrations/integration-panels/zha/zha-clusters-data-table.ts b/src/panels/config/integrations/integration-panels/zha/zha-clusters-data-table.ts index 3354b0f80f..45625b6ad6 100644 --- a/src/panels/config/integrations/integration-panels/zha/zha-clusters-data-table.ts +++ b/src/panels/config/integrations/integration-panels/zha/zha-clusters-data-table.ts @@ -93,6 +93,7 @@ export class ZHAClustersDataTable extends LitElement { selectable auto-height .dir=${computeRTLDirection(this.hass)} + .searchLabel=${this.hass.localize("ui.components.data-table.search")} > `; } diff --git a/src/panels/config/integrations/integration-panels/zha/zha-device-endpoint-data-table.ts b/src/panels/config/integrations/integration-panels/zha/zha-device-endpoint-data-table.ts index b316805b31..8c07e59107 100644 --- a/src/panels/config/integrations/integration-panels/zha/zha-device-endpoint-data-table.ts +++ b/src/panels/config/integrations/integration-panels/zha/zha-device-endpoint-data-table.ts @@ -149,6 +149,7 @@ export class ZHADeviceEndpointDataTable extends LitElement { .selectable=${this.selectable} auto-height .dir=${computeRTLDirection(this.hass)} + .searchLabel=${this.hass.localize("ui.components.data-table.search")} > `; } diff --git a/src/panels/lovelace/editor/unused-entities/hui-unused-entities.ts b/src/panels/lovelace/editor/unused-entities/hui-unused-entities.ts index 28f114ae97..76269a2090 100644 --- a/src/panels/lovelace/editor/unused-entities/hui-unused-entities.ts +++ b/src/panels/lovelace/editor/unused-entities/hui-unused-entities.ts @@ -176,6 +176,7 @@ export class HuiUnusedEntities extends LitElement { selectable @selection-changed=${this._handleSelectionChanged} .dir=${computeRTLDirection(this.hass)} + .searchLabel=${this.hass.localize("ui.components.data-table.search")} > ${this._selectedEntities.length