Boot page increased spacing on versions labels
This commit is contained in:
@@ -2142,13 +2142,14 @@ script:
|
|||||||
disp1->set_component_font_color("home.chip_relay1", id(home_relay1_icon_color));
|
disp1->set_component_font_color("home.chip_relay1", id(home_relay1_icon_color));
|
||||||
disp1->set_component_font_color("home.chip_relay2", id(home_relay2_icon_color));
|
disp1->set_component_font_color("home.chip_relay2", id(home_relay2_icon_color));
|
||||||
boot_progress->execute(8);
|
boot_progress->execute(8);
|
||||||
boot_progress->execute(9);
|
|
||||||
- wait_until:
|
- wait_until:
|
||||||
condition:
|
condition:
|
||||||
- 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);
|
||||||
|
- delay: 4s
|
||||||
- lambda: boot_progress->execute(10);
|
- lambda: boot_progress->execute(10);
|
||||||
- delay: 5s
|
- delay: 4s
|
||||||
- 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);
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user