#Custom icons for add-ons/apps

1 messages · Page 1 of 1 (latest)

calm mulch
#

Of course you can edit icons for dashboards in the dashboards section, but how do I edit the icon for sidebar enabled apps & custom ones (e.g. hacs provided)? I couldn't easily find a way in file explorer or CLI (though i did not look very hard). Any ideas or advice?

bright cipher
# calm mulch Of course you can edit icons for dashboards in the dashboards section, but how d...

You don't (or at least not easily)...

The media browser icon is hard coded so would require changing core code.

As for Apps (add-ons). It is hard coded in their config file. Specifically for file editor you can see it HERE.
So... You "could" fork the repo, make the edit, uninstall your install the version you have, add your custom repo as a source, reinstall.
It would mean on updates you would have to rebase your custom repo to get them...

There might be a way to do it with a custom_component but if there is I am unaware of it.

GitHub

:heavy_plus_sign: Docker add-ons for Home Assistant - home-assistant/addons

calm mulch
#

I see, thank you very much!