diff --git a/components/ratgdo/light/ratgdo_light_output.cpp b/components/ratgdo/light/ratgdo_light_output.cpp index 21fa2f8..5a5ab4b 100644 --- a/components/ratgdo/light/ratgdo_light_output.cpp +++ b/components/ratgdo/light/ratgdo_light_output.cpp @@ -1,11 +1,11 @@ #include "../ratgdo_state.h" #include "esphome/core/log.h" -#include "ratgdo_cover.h" +#include "ratgdo_light_output.h" namespace esphome { namespace ratgdo { - using namespace esphome::cover; + using namespace esphome::light; static const char* const TAG = "ratgdo.light";