Please the linter

This commit is contained in:
DBCL 2019-09-13 23:27:28 +02:00 committed by GitHub
parent 3e98b8e4f1
commit 2f3b399450
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);
} }