From 6242997849e3b5f897935acb75dcf56827b68fd7 Mon Sep 17 00:00:00 2001 From: Denis Shulyaka Date: Sun, 31 May 2020 23:10:32 +0300 Subject: [PATCH] linter fixes --- src/components/ha-humidifier-control.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ha-humidifier-control.js b/src/components/ha-humidifier-control.js index 6746e61843..59d8ef1133 100644 --- a/src/components/ha-humidifier-control.js +++ b/src/components/ha-humidifier-control.js @@ -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) {