linter fixes

This commit is contained in:
Denis Shulyaka 2020-05-31 23:10:32 +03:00
parent ec5d7508c9
commit 6242997849

View File

@ -95,7 +95,7 @@ class HaHumidifierControl extends EventsMixin(PolymerElement) {
this.humidityStateInFlux(true);
}
if (newval <= this.max) {
// If no initial target_temp
// If no initial humidity
// this forces control to start
// from the min configured instead of 0
if (newval <= this.min) {