Skip to content

Commit

Permalink
Merge pull request #144 from Olen/2024.9.0
Browse files Browse the repository at this point in the history
Typecheck
  • Loading branch information
Olen authored Sep 21, 2024
2 parents 6d95a10 + 1587dd5 commit e5032cb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions 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.9.0-beta2",
"version": "2024.9.0-beta1",
"description": "Custom flower card for https://github.com/Olen/homeassistant-plant",
"keywords": [
"home-assistant",
Expand Down
2 changes: 1 addition & 1 deletion src/flower-card.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ console.info(
preview: true,
description: 'Custom flower card for https://github.com/Olen/homeassistant-plant',
});
/* eslint-enable @typescript-eslint/no-explicit-any */
/* eslint-disable @typescript-eslint/no-explicit-any */

@customElement(CARD_NAME)
export default class FlowerCard extends LitElement {
Expand Down
2 changes: 2 additions & 0 deletions src/utils/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ export const getConfigElement = (): HTMLElement => {
return document.createElement("flower-card-editor");
}

/* eslint-disable @typescript-eslint/no-explicit-any */

export const getStubConfig = (hass: HomeAssistant) => {
let supportedEntities: Array<any> = [];
try {
Expand Down

0 comments on commit e5032cb

Please sign in to comment.