NavBar card v0.4.0
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
orsubmenu
configured.
Full Changelog: v0.3.1...v0.4.0