Skip to content

Commit

Permalink
Missing format
Browse files Browse the repository at this point in the history
  • Loading branch information
gjohansson-ST committed Nov 3, 2024
1 parent 79f8307 commit 802bf9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dialogs/config-flow/previews/entity-preview-row.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import type { CSSResultGroup, TemplateResult } from "lit";
import { LitElement, css, html, nothing } from "lit";
import { customElement, property, state } from "lit/decorators";
import { ifDefined } from "lit/directives/if-defined";
import { format } from "date-fns";
import { computeStateName } from "../../../common/entity/compute_state_name";
import "../../../components/ha-climate-state";
import "../../../components/ha-cover-controls";
Expand Down

0 comments on commit 802bf9f

Please sign in to comment.