Skip to content

Commit 4171513

Browse files
committed
Sort
1 parent 7083b99 commit 4171513

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/panels/lovelace/common/validate-condition.ts

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1+
import type { HomeAssistant } from "../../../types";
2+
import { UNKNOWN } from "../../../data/entity";
3+
import { getUserPerson } from "../../../data/person";
14
import { ensureArray } from "../../../common/array/ensure-array";
25
import { checkTimeInRange } from "../../../common/datetime/check_time";
36
import type { WeekdayShort } from "../../../common/datetime/weekday";
4-
57
import { isValidEntityId } from "../../../common/entity/valid_entity_id";
6-
import { UNKNOWN } from "../../../data/entity";
7-
import { getUserPerson } from "../../../data/person";
8-
import type { HomeAssistant } from "../../../types";
98

109
export type Condition =
1110
| LocationCondition

0 commit comments

Comments
 (0)