Skip to content

Commit

Permalink
More debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Olen committed Jul 19, 2024
1 parent e0d58a9 commit 8f53734
Show file tree
Hide file tree
Showing 2 changed files with 2 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.7.7",
"version": "2024.7.8",
"description": "Custom flower card for https://github.com/Olen/homeassistant-plant",
"keywords": [
"home-assistant",
Expand Down
2 changes: 1 addition & 1 deletion src/utils/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const getStubConfig = (hass: HomeAssistant) => {
}

export const moreInfo = (card: FlowerCard, entityId: string): void => {
console.log("Event", this.prop);
console.log("Event", entityId);
fireEvent(
card,
'hass-more-info',
Expand Down

0 comments on commit 8f53734

Please sign in to comment.