mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-22 08:46:35 +00:00
Fix key type errors in target picker
This commit is contained in:
parent
b444d0030f
commit
75d05cdb0e
@ -258,7 +258,7 @@ export class HaTargetPicker extends SubscribeMixin(LitElement) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private _renderChip(
|
private _renderChip(
|
||||||
type: string,
|
type: "area_id" | "device_id" | "entity_id",
|
||||||
id: string,
|
id: string,
|
||||||
name: string,
|
name: string,
|
||||||
entityState?: HassEntity,
|
entityState?: HassEntity,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user