Skip to content

Commit

Permalink
chore: bump to version 0.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
brunosabot committed Nov 22, 2024
1 parent 6585b49 commit 5aca2d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions dist/streamline-card.js
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ function evaluateConfig(e, a, t) {
}
return s;
}
const version = "0.0.15";
const version = "0.0.16";
(async function e() {
const a = window.loadCardHelpers ? await window.loadCardHelpers() : void 0;
class t extends HTMLElement {
Expand Down Expand Up @@ -324,9 +324,7 @@ const version = "0.0.15";
return this._hass;
}
set hass(i) {
this._hass = i, setTimeout(() => {
this.parseConfig() && this.updateCardConfig(), this.updateCardHass();
}, 0);
this._hass = i, this.parseConfig() && this.updateCardConfig(), this.updateCardHass();
}
prepareConfig() {
const i = getLovelace() || getLovelaceCast();
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "streamline-card",
"version": "0.0.15",
"version": "0.0.16",
"description": "",
"type": "module",
"main": "src/streamline-card.js",
Expand Down

0 comments on commit 5aca2d4

Please sign in to comment.