Skip to content

NavBar card v0.4.0

Compare
Choose a tag to compare
@joseluis9595 joseluis9595 released this 16 Mar 12:07
· 12 commits to main since this release
49f106d

Custom Long press actions

In this new release of navbar-card, I've added support for customizing the long press actions for each route of the card. Same as tap_action, simply add a new entry hold_action to your route, following the Home Assistant docs specifications.

type: custom:navbar-card
...
routes:
  ...
  - icon: mdi:devices
    url: /lovelace/devices
    label: Devices
    hold_action:
      action: navigate
      navigation_path: /config/devices/dashboard



All changes in this release

  • New hold_action config option for each route. (#26 )
  • Added haptic feedback on click, when a route has custom tap_action or submenu configured.

Full Changelog: v0.3.1...v0.4.0