Skip to content

Commit 4dc67a3

Browse files
committed
Fix import
1 parent 4171513 commit 4dc67a3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ import { UNKNOWN } from "../../../data/entity";
33
import { getUserPerson } from "../../../data/person";
44
import { ensureArray } from "../../../common/array/ensure-array";
55
import { checkTimeInRange } from "../../../common/datetime/check_time";
6-
import type { WeekdayShort } from "../../../common/datetime/weekday";
6+
import {
7+
WEEKDAYS_SHORT,
8+
type WeekdayShort,
9+
} from "../../../common/datetime/weekday";
710
import { isValidEntityId } from "../../../common/entity/valid_entity_id";
811

912
export type Condition =

0 commit comments

Comments
 (0)