Skip to content

Commit

Permalink
v1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Clooos authored Jan 6, 2024
1 parent 67cfa85 commit 1828b37
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion dist/bubble-card.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/bubble-pop-up.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion hacs.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@
"render_readme": true,
"filename": "bubble-card.js",
"homeassistant": "2023.9.0",
"country": "BE"
}
3 changes: 0 additions & 3 deletions src/cards/pop-up.ts
Original file line number Diff line number Diff line change
Expand Up @@ -541,9 +541,6 @@ export function handlePopUp(context) {
}
}, 0);

console.log(context.popUp, triggerEntity, stateChanged);


// Pop-up triggers

const popUpTriggers = () => {
Expand Down
2 changes: 1 addition & 1 deletion src/var/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export let version = 'v1.6.0';
export let version = 'v1.6.1';

0 comments on commit 1828b37

Please sign in to comment.