Adjust boot delays

This commit is contained in:
Edward Firmo
2024-03-17 21:56:10 +01:00
parent a9dae8fd08
commit 114ea35e55

View File

@@ -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);