1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-24 12:49:19 +00:00

Fix picker initial sort and reorganize picker data (#28476)

This commit is contained in:
Wendelin
2025-12-11 08:28:45 +01:00
committed by GitHub
parent 3e20e9b388
commit 9f16ce7341
317 changed files with 1394 additions and 1352 deletions

View File

@@ -1,6 +1,6 @@
import { css, html, LitElement, nothing } from "lit";
import { customElement, property } from "lit/decorators";
import type { HaEntityPickerEntityFilterFunc } from "../../data/entity";
import type { HaEntityPickerEntityFilterFunc } from "../../data/entity/entity";
import type { TargetType, TargetTypeFloorless } from "../../data/target";
import type { HomeAssistant } from "../../types";
import type { HaDevicePickerDeviceFilterFunc } from "../device/ha-device-picker";