mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-21 16:26:43 +00:00
Allow manually entering entity IDs in service target entity picker (#8820)
This commit is contained in:
parent
85eaa219c6
commit
7aae55cde7
@ -100,7 +100,7 @@ export class HaDevicePicker extends SubscribeMixin(LitElement) {
|
|||||||
public excludeDomains?: string[];
|
public excludeDomains?: string[];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Show only deviced with entities of these device classes.
|
* Show only devices with entities of these device classes.
|
||||||
* @type {Array}
|
* @type {Array}
|
||||||
* @attr include-device-classes
|
* @attr include-device-classes
|
||||||
*/
|
*/
|
||||||
|
@ -350,6 +350,7 @@ export class HaTargetPicker extends SubscribeMixin(LitElement) {
|
|||||||
.includeDeviceClasses=${this.includeDeviceClasses}
|
.includeDeviceClasses=${this.includeDeviceClasses}
|
||||||
.includeDomains=${this.includeDomains}
|
.includeDomains=${this.includeDomains}
|
||||||
@value-changed=${this._targetPicked}
|
@value-changed=${this._targetPicked}
|
||||||
|
allow-custom-entity
|
||||||
></ha-entity-picker>`;
|
></ha-entity-picker>`;
|
||||||
}
|
}
|
||||||
return html``;
|
return html``;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user