github joseluis9595/lovelace-navbar-card v0.16.0
NavbarCard v0.16.0

latest releases: v0.18.1, v0.18.0, v0.17.0...
18 days ago

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
...
mobile-mode

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

open-edit-mode



All changes

  • New mode option inside mobile configuration (closes #130 )
  • New open-edit-mode custom action (closes #127 )

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

NewReleases is sending notifications on new releases.