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

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,