diff --git a/package/1bar_1display_scripts.yaml b/package/1bar_1display_scripts.yaml index 021a555..cf88e1d 100644 --- a/package/1bar_1display_scripts.yaml +++ b/package/1bar_1display_scripts.yaml @@ -36,8 +36,7 @@ script: - id: update_all then: - component.update: main_display - - component.update: bar1_display_left - - component.update: bar1_display_right + - component.update: bar_display - id: next_page_main then: - display.page.show_next: main_display @@ -45,8 +44,7 @@ script: - id: next_page_all then: - display.page.show_next: main_display - - display.page.show_next: bar1_display_left - - display.page.show_next: bar1_display_right + - display.page.show_next: bar_display - script.execute: update_all - id: prev_page_main then: @@ -55,6 +53,5 @@ script: - id: prev_page_all then: - display.page.show_previous: main_display - - display.page.show_previous: bar1_display_left - - display.page.show_previous: bar1_display_right + - display.page.show_previous: bar_display - script.execute: update_all