mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-30 12:46:35 +00:00
Please the linter
This commit is contained in:
parent
3e98b8e4f1
commit
2f3b399450
@ -223,7 +223,7 @@ export class HuiThermostatCard extends LitElement implements LovelaceCard {
|
|||||||
value: sliderValue,
|
value: sliderValue,
|
||||||
disabled: sliderValue === null,
|
disabled: sliderValue === null,
|
||||||
min: stateObj.attributes.min_temp,
|
min: stateObj.attributes.min_temp,
|
||||||
max: stateObj.attributes.max_temp
|
max: stateObj.attributes.max_temp,
|
||||||
});
|
});
|
||||||
this._updateSetTemp(uiValue);
|
this._updateSetTemp(uiValue);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user