Skip to content

Commit

Permalink
fix: update_interval was broken
Browse files Browse the repository at this point in the history
  • Loading branch information
RomRider committed Nov 4, 2021
1 parent 8a422d2 commit 31d2fb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apexcharts-card.ts
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ class ChartsCard extends LitElement {
}

private _updateOnInterval(): void {
if (!this._updating && this.hass) {
if (!this._updating && this._hass) {
this._updating = true;
this._updateData();
}
Expand Down

0 comments on commit 31d2fb7

Please sign in to comment.