1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-20 02:38:53 +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

@@ -9,7 +9,7 @@ import { computeStateDomain } from "../common/entity/compute_state_domain";
import { autoCaseNoun } from "../common/translations/auto_case_noun";
import type { LocalizeFunc } from "../common/translations/localize";
import type { HomeAssistant } from "../types";
import { UNAVAILABLE, UNKNOWN } from "./entity";
import { UNAVAILABLE, UNKNOWN } from "./entity/entity";
import { isNumericEntity } from "./history";
const LOGBOOK_LOCALIZE_PATH = "ui.components.logbook.messages";