Adjust boot delays
This commit is contained in:
@@ -2147,9 +2147,9 @@ script:
|
|||||||
- lambda: return (wifi_component->is_connected() and api_server->is_connected() and blueprint_status->state > 99);
|
- lambda: return (wifi_component->is_connected() and api_server->is_connected() and blueprint_status->state > 99);
|
||||||
timeout: 10s
|
timeout: 10s
|
||||||
- lambda: boot_progress->execute(9);
|
- lambda: boot_progress->execute(9);
|
||||||
- delay: 4s
|
- delay: 5s
|
||||||
- lambda: boot_progress->execute(10);
|
- lambda: boot_progress->execute(10);
|
||||||
- delay: 4s
|
- delay: 1s
|
||||||
- lambda: |-
|
- lambda: |-
|
||||||
if (notification_sound->state) buzzer->play("two short:d=4,o=5,b=100:16e6,16e6");
|
if (notification_sound->state) buzzer->play("two short:d=4,o=5,b=100:16e6,16e6");
|
||||||
set_brightness->execute(display_brightness->state);
|
set_brightness->execute(display_brightness->state);
|
||||||
|
|||||||
Reference in New Issue
Block a user