Floating mode on mobile devices
Since first releasing navbar-card
, a common request has been the ability to display the card in floating mode on mobile devices. Previously, this required customizing the styles
prop, but now it’s simpler: a new mode
option is available under the mobile configuration. You can choose between docked
(default) or floating
.
type: custom:navbar-card
mobile:
mode: floating
...

New open-edit-mode
action
For those of you completely hiding the native Home Assistant header, a new action has been added to toggle the edit mode of the current dashboard directly from navbar, called open-edit-mode
:
type: custom:navbar-card
...
routes:
- icon: mdi:pencil
tap_action:
action: open-edit-mode