Skip to content

Commit

Permalink
Fix reference to page_changed_rendering_texts
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardtfn committed Nov 19, 2024
1 parent 4c575e9 commit c940716
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
2 changes: 1 addition & 1 deletion esphome/nspanel_esphome_core_hw_display.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,7 @@ script:
{"entity", detailed_entity->state.c_str()}
});
}
page_changed_rendering_text->execute();
page_changed_rendering_texts->execute();
page_changed_rendering_icons->execute();
- id: page_changed_rendering_icons
Expand Down
17 changes: 0 additions & 17 deletions esphome/nspanel_esphome_core_page_settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,19 +49,6 @@ script:
- lambda: |-
boot_progress_dump_item->execute(${BOOT_STEP_PAGE_SETTINGS}, "Page Settings");
- id: !extend page_changed
then:
- lambda: |-
if (id(current_page_id) == ${PAGE_ID_SETTINGS})
page_settings->execute();
- id: page_settings
mode: restart
then:
- lambda: |-
set_component_visibility->execute("settings", "lbl_sleep", false);
set_component_visibility->execute("settings", "bt_sleep", false);
- id: !extend set_var_string
then:
- lambda: |-
Expand All @@ -71,8 +58,4 @@ script:
display_wrapped_text->execute("settings", "lbl_dim", val.c_str(), id(display_mode) == 2 ? 25 : 10);
boot_progress->execute(${BOOT_STEP_PAGE_SETTINGS}, "Page Settings");
}
- id: !extend stop_all
then:
- script.stop: page_settings
...

0 comments on commit c940716

Please sign in to comment.