From e77ab4ea49b7fa5e18f7b68d86481f953faf3c36 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Wed, 7 Jun 2023 13:29:05 -0500 Subject: [PATCH] light --- components/ratgdo/light/ratgdo_light_output.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { }