Skip to content

Commit

Permalink
lint-errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Olen committed Jul 19, 2024
1 parent 1b02eb7 commit 5d1036e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flower-card",
"version": "2024.7.9",
"version": "2024.7.10",
"description": "Custom flower card for https://github.com/Olen/homeassistant-plant",
"keywords": [
"home-assistant",
Expand Down
1 change: 0 additions & 1 deletion src/utils/utils.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { HomeAssistant, fireEvent } from "custom-card-helpers";
import { default_show_bars } from "./constants";
import FlowerCard from "../flower-card";
import eventOptions from 'lit-element';

export const getConfigElement = (): HTMLElement => {
return document.createElement("flower-card-editor");
Expand Down

0 comments on commit 5d1036e

Please sign in to comment.