1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-25 22:52:20 +01:00

fix: comment out restore_timers_ call in DynamicLampComponent::begin for debugging purposes

This commit is contained in:
Oliver Kleinecke
2025-02-19 18:41:18 +01:00
parent 3f9bb14273
commit 56240eab58

View File

@@ -24,7 +24,7 @@ void DynamicLampComponent::setup() {
void DynamicLampComponent::begin() {
this->restore_lamp_settings_();
this->restore_timers_();
//this->restore_timers_();
}
void DynamicLampComponent::loop() {