github joseluis9595/lovelace-navbar-card v0.4.0
NavBar card v0.4.0

latest releases: v0.18.1, v0.18.0, v0.17.0...
5 months ago

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

Don't miss a new lovelace-navbar-card release

NewReleases is sending notifications on new releases.