1
0
mirror of https://github.com/esphome/esphome.git synced 2025-03-14 06:38:17 +00:00

fix: correct class name for read_timers_to_log method in DynamicLampComponent

This commit is contained in:
Oliver Kleinecke 2025-02-18 14:11:29 +01:00
parent df1cf4eb2f
commit 16763529e2

View File

@ -261,7 +261,7 @@ bool DynamicLampComponent::add_timer(std::string lamp_name, bool timer_active, u
return true;
}
void DynamicLamp::read_timers_to_log() {
void DynamicLampComponent::read_timers_to_log() {
uint8_t i = 0;
for (i = 0; i < 16; i++) {
if (this->parent_->active_lamps_[i].active) {