Skip to content

Commit

Permalink
fix: upgrade lit-element version
Browse files Browse the repository at this point in the history
  • Loading branch information
chilikla authored Nov 10, 2024
1 parent 22c7481 commit dd38d96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/card/yerushamayim-card.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import {
LitElement,
html,
css
} from "https://unpkg.com/lit-element@2.0.1/lit-element.js?module";
} from "https://unpkg.com/lit-element@3.3.3 /lit-element.js?module";

function loadCSS(url) {
const link = document.createElement("link");
Expand Down Expand Up @@ -98,7 +98,7 @@ class YerushamayimCard extends LitElement {
if (!this.hass || !this.temperatureState) {
return html`<ha-card><div class="container">Loading...</div></ha-card>`;
}
console.log(this.lastDayState);
// console.log(this.lastDayState);

return html`
<ha-card>
Expand Down

0 comments on commit dd38d96

Please sign in to comment.