From 2c2a656ac948b736aa20085ab3c586df44a15118 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Wed, 7 Jun 2023 13:28:50 -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 5a5ab4b..7472a3c 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() { - LOG_CONFIG("", "RATGDO Light"); + ESPLOG_CONFIG("", "RATGDO Light"); } void RATGDOLightOutput::on_motion_state(esphome::ratgdo::MotionState state) { } void RATGDOLightOutput::on_obstruction_state(esphome::ratgdo::ObstructionState state) { }