Allow manually entering entity IDs in service target entity picker (#8820)

This commit is contained in:
Philip Allgaier
2021-04-06 14:18:55 +02:00
committed by GitHub
parent 85eaa219c6
commit 7aae55cde7
2 changed files with 2 additions and 1 deletions

View File

@@ -350,6 +350,7 @@ export class HaTargetPicker extends SubscribeMixin(LitElement) {
.includeDeviceClasses=${this.includeDeviceClasses}
.includeDomains=${this.includeDomains}
@value-changed=${this._targetPicked}
allow-custom-entity
></ha-entity-picker>`;
}
return html``;