We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4171513 commit 4dc67a3Copy full SHA for 4dc67a3
src/panels/lovelace/common/validate-condition.ts
@@ -3,7 +3,10 @@ import { UNKNOWN } from "../../../data/entity";
3
import { getUserPerson } from "../../../data/person";
4
import { ensureArray } from "../../../common/array/ensure-array";
5
import { checkTimeInRange } from "../../../common/datetime/check_time";
6
-import type { WeekdayShort } from "../../../common/datetime/weekday";
+import {
7
+ WEEKDAYS_SHORT,
8
+ type WeekdayShort,
9
+} from "../../../common/datetime/weekday";
10
import { isValidEntityId } from "../../../common/entity/valid_entity_id";
11
12
export type Condition =
0 commit comments