mirror of
https://github.com/esphome/esphome.git
synced 2025-09-25 14:42:21 +01:00
fix: comment out restore_timers_ call in DynamicLampComponent::begin for debugging purposes
This commit is contained in:
@@ -24,7 +24,7 @@ void DynamicLampComponent::setup() {
|
|||||||
|
|
||||||
void DynamicLampComponent::begin() {
|
void DynamicLampComponent::begin() {
|
||||||
this->restore_lamp_settings_();
|
this->restore_lamp_settings_();
|
||||||
this->restore_timers_();
|
//this->restore_timers_();
|
||||||
}
|
}
|
||||||
|
|
||||||
void DynamicLampComponent::loop() {
|
void DynamicLampComponent::loop() {
|
||||||
|
Reference in New Issue
Block a user