Fix key type errors in target picker

This commit is contained in:
Steve Repsher 2022-07-16 00:26:14 -04:00
parent b444d0030f
commit 75d05cdb0e
No known key found for this signature in database
GPG Key ID: 776C4F2DACF6131B

View File

@ -258,7 +258,7 @@ export class HaTargetPicker extends SubscribeMixin(LitElement) {
}
private _renderChip(
type: string,
type: "area_id" | "device_id" | "entity_id",
id: string,
name: string,
entityState?: HassEntity,