NavBar card v0.7.0
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>
.
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)