Fix Mobile Entity Registry Delete Button (#4591)

This commit is contained in:
Bram Kragten 2020-01-24 13:59:43 +01:00 committed by GitHub
parent 74c6b9077a
commit db9924bd87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -315,7 +315,7 @@ export class HaConfigEntities extends SubscribeMixin(LitElement) {
<paper-icon-button <paper-icon-button
id="remove-btn" id="remove-btn"
icon="hass:delete" icon="hass:delete"
@click=${this._disableSelected} @click=${this._removeSelected}
></paper-icon-button> ></paper-icon-button>
<paper-tooltip for="remove-btn"> <paper-tooltip for="remove-btn">
${this.hass.localize( ${this.hass.localize(