light
This commit is contained in:
parent
b48133ca74
commit
2c2a656ac9
|
@ -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) { }
|
||||||
|
|
Loading…
Reference in New Issue