Describe the problem you have/What new integration you would like
Add a flag for pages to become hidden/internal. This means that they cannot be reached via next/prev page commands.
Instead, they have to be directly accessed by display.page.show.
Please describe your use case for this integration and alternatives you've tried:
This would allow for pages for certain events to appear, eg, a doorbell press, but not appear during a idle carousel.
Doorbell triggers: A trigger Sets template switch PauseCarousel to ON
Next Page Loop (Carousel) "pauses" via If Statement
(If PauseCarousel is True, the next page loop does not change pages)
The event page (Doorbell Press) is switched to.
There is a delay, then the Next Page loop continues as the PauseCarousel is set to OFF.
Describe the problem you have/What new integration you would like
Add a flag for pages to become hidden/internal. This means that they cannot be reached via next/prev page commands. Instead, they have to be directly accessed by display.page.show.
Please describe your use case for this integration and alternatives you've tried:
This would allow for pages for certain events to appear, eg, a doorbell press, but not appear during a idle carousel.
Alternative
Additional context
This could also be used for temporary previews in between a carousel, eg, a button that switches to a hidden page until the next page turn.