Skip to content

NavBar card v0.7.0

Compare
Choose a tag to compare
@joseluis9595 joseluis9595 released this 01 May 09:28
· 7 commits to main since this release
3b673c7

Add your custom images to each route

This new release comes with a small but useful feature. The ability to add your own custom images to replace the icon of a given route. Easiest way is to store your custom images in the <config>/www folder of home assistant, and then reference said images with /local/<image_name>.

Screenshot 2025-05-01 at 11 18 14

type: custom:navbar-card
...
routes:
  ...
  - url: /config/automation/dashboard
    image: /local/your_image.jpg



All changes in this release

  • New configuration option to add custom images to each route. (closes #18)