Simple 'Back' button #998
szemod
started this conversation in
Feature requests
Replies: 1 comment
-
Or you could set what happens when it's pressed, for example, by using an input_boolean.back entity that allows you to create any automation you want. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
A simple 'Back' button would be very practical, appearing like the buttons in the 'Horizontal buttons stack', and its function would be to return to the previous screen, something like this:
tap_action:
action: navigate
navigation_path: '[[[window.history.back()]]]'
And this is how it would look:
Beta Was this translation helpful? Give feedback.
All reactions