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

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

New release day! Just one new configuration option, and one annoying bugfix.

Haptic granular configuration

A new configuration option is available for navbar-card, to be able to control the haptic events when interacting with each route. You can choose to enable/disable haptics for all interactions:

type: custom:navbar-card
haptic: false
...

Or fine tune to adjust the card to your liking:

type: custom:navbar-card
haptic: 
  url: true
  tap_action: false
  double_tap_action: false
  hold_action: true
...

Fix weird artifacts with ripple effect

Once and for all (or at least I hope so), with this new release, the bug where some routes ripple effect stayed active after navigating back from another page, should be fixed. Hopefully, you won't be seeing any more of these:

Screenshot 2025-06-22 at 19 49 39

All changes

  • feat: new haptic configuration. (closes #65 )
  • fix: prevent ripple effect from getting stuck in active state (closes #68 )

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

NewReleases is sending notifications on new releases.