diff --git a/src/components/device/ha-device-picker.ts b/src/components/device/ha-device-picker.ts index c6db3a0e54..41a4152cb3 100644 --- a/src/components/device/ha-device-picker.ts +++ b/src/components/device/ha-device-picker.ts @@ -100,7 +100,7 @@ export class HaDevicePicker extends SubscribeMixin(LitElement) { public excludeDomains?: string[]; /** - * Show only deviced with entities of these device classes. + * Show only devices with entities of these device classes. * @type {Array} * @attr include-device-classes */ diff --git a/src/components/ha-target-picker.ts b/src/components/ha-target-picker.ts index 11eabcae30..d082962d9b 100644 --- a/src/components/ha-target-picker.ts +++ b/src/components/ha-target-picker.ts @@ -350,6 +350,7 @@ export class HaTargetPicker extends SubscribeMixin(LitElement) { .includeDeviceClasses=${this.includeDeviceClasses} .includeDomains=${this.includeDomains} @value-changed=${this._targetPicked} + allow-custom-entity >`; } return html``;