mirror of
https://github.com/home-assistant/frontend.git
synced 2025-08-01 13:37:47 +00:00
linter fixes
This commit is contained in:
parent
ec5d7508c9
commit
6242997849
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user