Skip to content

NavBar card v0.10.0

Compare
Choose a tag to compare
@joseluis9595 joseluis9595 released this 29 May 09:02
· 2 commits to main since this release
0c7db20

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
  ...