NavBar card v0.10.0
Just one simple but highly requested change to navbar-card with this release: navigate-back
custom action 🙂
navigate_back
action
As some of you requested, this new release adds support for a new custom action: navigate-back
. Simply add a new route, choose a fancy back button icon, set the new action type, and voilà! Back button functionality baked into your custom navigation bar!
type: custom:navbar-card
...
routes:
- icon: mdi:chevron-left
tap_action:
action: navigate-back
...