diff --git a/esphome/nspanel_esphome_core.yaml b/esphome/nspanel_esphome_core.yaml index 8f0b534..fe18414 100644 --- a/esphome/nspanel_esphome_core.yaml +++ b/esphome/nspanel_esphome_core.yaml @@ -1815,7 +1815,7 @@ script: ESP_LOGD("script.boot_progress", "Progress: Completed"); disp1->set_component_value("boot.progress", 100); } else { - step = int(round((blueprint_status->state + (step/10))/2)); + step = int(round((blueprint_status->state + (step*10))/2)); ESP_LOGD("script.boot_progress", "Progress: %i%%", step); disp1->set_component_value("boot.progress", step); }