We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6614a33 commit f039f0cCopy full SHA for f039f0c
src/better-thermostat-ui.ts
@@ -578,8 +578,6 @@ export class BetterThermostatUi extends LitElement implements LovelaceCard {
578
protected shouldUpdate(changedProps: PropertyValues): boolean {
579
if (changedProps.has("_config") !== undefined) {
580
if(changedProps.get("_config") !== undefined) {
581
- console.log(changedProps);
582
-
583
this._hasSummer = false;
584
this._hasWindow = false;
585
this.humidity = 0;
@@ -642,8 +640,6 @@ export class BetterThermostatUi extends LitElement implements LovelaceCard {
642
640
return;
643
641
}
644
645
646
647
const entity_id:any = this._config.entity;
648
649
const stateObj = this.hass.states[entity_id] as ClimateEntity;
0 commit comments