diff --git a/components/ratgdo/light/ratgdo_light_output.cpp b/components/ratgdo/light/ratgdo_light_output.cpp index 7472a3c..45a3b1a 100644 --- a/components/ratgdo/light/ratgdo_light_output.cpp +++ b/components/ratgdo/light/ratgdo_light_output.cpp @@ -11,7 +11,7 @@ namespace ratgdo { void RATGDOLightOutput::dump_config() { - ESPLOG_CONFIG("", "RATGDO Light"); + ESP_LOGCONFIG("", "RATGDO Light"); } void RATGDOLightOutput::on_motion_state(esphome::ratgdo::MotionState state) { } void RATGDOLightOutput::on_obstruction_state(esphome::ratgdo::ObstructionState state) { }