#Sidebar customization

1 messages · Page 1 of 1 (latest)

odd gyro
#

Is there way to customize the icons on the sidebar? either via cardmod or customize.yaml
I wanted to put custom png icons there to fit with the rest.
For the entities themselfes, i can just do
sensor.sensorname:
entity_image: imageurl.png
however i didnt find if there is anything like this for the sidebar images

high cliff
#

I don't believe it's possible to customize the icons on the sidebar, aside from the color using a theme

slender vault
#

You can pick a different icon (for user made dashboards), but I guess that's not what is meant by customize.

odd gyro
#

yeah I meant something like this (concept made in gimp)

#

like fully custom icons...
on the entities, i used entity_picture, on the paper tabs i used card mod and custom css to add background image, but i couldnt find way to customize the sidebar, neither by yaml or by card mod and css 🤔

odd gyro
#

ok managed to do it with some javascript, that traverses the html structure and edits the elements 👍