This commit is contained in:
J. Nick Koston 2023-06-07 13:28:50 -05:00
parent b48133ca74
commit 2c2a656ac9
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ namespace ratgdo {
void RATGDOLightOutput::dump_config() void RATGDOLightOutput::dump_config()
{ {
LOG_CONFIG("", "RATGDO Light"); ESPLOG_CONFIG("", "RATGDO Light");
} }
void RATGDOLightOutput::on_motion_state(esphome::ratgdo::MotionState state) { } void RATGDOLightOutput::on_motion_state(esphome::ratgdo::MotionState state) { }
void RATGDOLightOutput::on_obstruction_state(esphome::ratgdo::ObstructionState state) { } void RATGDOLightOutput::on_obstruction_state(esphome::ratgdo::ObstructionState state) { }