diff --git a/esphome/nspanel_esphome_core.yaml b/esphome/nspanel_esphome_core.yaml index 16a3c42..bebf9c1 100644 --- a/esphome/nspanel_esphome_core.yaml +++ b/esphome/nspanel_esphome_core.yaml @@ -2147,9 +2147,9 @@ script: - lambda: return (wifi_component->is_connected() and api_server->is_connected() and blueprint_status->state > 99); timeout: 10s - lambda: boot_progress->execute(9); - - delay: 4s + - delay: 5s - lambda: boot_progress->execute(10); - - delay: 4s + - delay: 1s - lambda: |- if (notification_sound->state) buzzer->play("two short:d=4,o=5,b=100:16e6,16e6"); set_brightness->execute(display_brightness->state);