mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-24 21:37:21 +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(
|
||||
type: string,
|
||||
type: "area_id" | "device_id" | "entity_id",
|
||||
id: string,
|
||||
name: string,
|
||||
entityState?: HassEntity,
|
||||
|
Loading…
x
Reference in New Issue
Block a user