diff --git a/esphome/components/output/float_output.cpp b/esphome/components/output/float_output.cpp index 03d1358182..702929030b 100644 --- a/esphome/components/output/float_output.cpp +++ b/esphome/components/output/float_output.cpp @@ -1,7 +1,7 @@ #include "float_output.h" #include "esphome/core/log.h" #include "esphome/core/helpers.h" -#include "esphome/core/hal.h" // delay +#include "esphome/core/hal.h" namespace esphome { namespace output {