diff --git a/nspanel_blueprint.yaml b/nspanel_blueprint.yaml index 1060cbf..8bf9566 100644 --- a/nspanel_blueprint.yaml +++ b/nspanel_blueprint.yaml @@ -6087,7 +6087,7 @@ action: - condition: trigger id: nspanel_boot_init - '{{ nspanel_event.page != page.home or (is_state(settings_entity, ["unavailable", "unknown", "", None]) | default(False) if settings_entity is string else False) }}' - sequence: + sequence: &boot_init_sequence ##### NSPanel boot init only ##### - delay: milliseconds: 100 @@ -8586,6 +8586,13 @@ action: cmd: 'page {{ page.home }}' continue_on_error: true + - alias: Boot timed out + conditions: + - '{{ nspanel_event.page == page.boot }}' + - '{{ nspanel_event.component == "timeout" }}' + sequence: *boot_init_sequence + + ##### BOOT NSPANEL - automation reload ##### - alias: Automation reloaded conditions: diff --git a/nspanel_eu.HMI b/nspanel_eu.HMI index 1d335f0..80ed27a 100644 Binary files a/nspanel_eu.HMI and b/nspanel_eu.HMI differ diff --git a/nspanel_eu.tft b/nspanel_eu.tft index 9f67976..192b5f6 100644 Binary files a/nspanel_eu.tft and b/nspanel_eu.tft differ diff --git a/nspanel_us.HMI b/nspanel_us.HMI index 4cc5e44..65dd895 100644 Binary files a/nspanel_us.HMI and b/nspanel_us.HMI differ diff --git a/nspanel_us.tft b/nspanel_us.tft index b51bfde..bbb6014 100644 Binary files a/nspanel_us.tft and b/nspanel_us.tft differ