Skip to content

Commit

Permalink
Update hatc-gauge-card.js
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
tagcashdev committed Nov 16, 2022
1 parent ac2ff49 commit 74938c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hatc-gauge-card.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ function calcPercent(sValue, sMax){
}

function handleClick(node, hass, config, entityId){
console.log('handleClick called');
let e;
if (!config){
console.log("not config!");
Expand Down Expand Up @@ -210,6 +211,7 @@ class HatcGaugeCard extends LitElement {
}

_handlePopup(e) {
console.log('_handlePopup called');
if (!this.config.tap_action) {
return;
}
Expand Down

0 comments on commit 74938c2

Please sign in to comment.