Been fighting with icon color on my cards. All my devices have a yellow icon! i even downloaded an icon from mdi in purple but it show up as yellow. I tried to use customize piece in the front end to allow the UI override and I’ve tried to add a line for icon_color in my customize.yaml where I was able to set the icon after putting the icons in my www folder. WHAT am i doing wrong???! Do I have to create what I’ve seen loosely referenced, a theme first?? pulling my hair out
I see now, thanks for alerting me.
Seems the author has left planet earth for a while… Many issues are left unanswered. Guess Lovelace takes its toll, fixing all breaking changes
i single line most of mine for readability. my customize file is nearly 400 lines of similar templates. lol. probably should figure out a better way, or use glob.
Fisrt of all the context. I had to re build my hardware configuration (on a Pi3 to boot on USB) and thus to rebuild my HA installation.
I went through HA Core manually installer in a docker container plus 2 other containers for the Configurator and Mosquitto broker.
I wanted to play with icon colors so tried to install CustomUI manually as local.
I managed to get HA to restart but get a notification that customizer could not load !
The log says :
custom_components/customizer/init.py:118
TypeError: async_register() takes from 4 to 5 positional arguments but 6 were given
but the given line in the file seems correct:
hass.services.async_register(DOMAIN, SERVICE_SET_ATTRIBUTE,
set_attribute,
descriptions[SERVICE_SET_ATTRIBUTE],
SERVICE_SET_ATTRIBUTE_SCHEMA)
Of course none of the statements set in my customize_glob.yaml are working. What am I doing wrong ?
read up on custom_ui here https://github.com/Mariusthvdb/custom-ui and delete all installed configs that you now have, and replace with the new code and configuration option of your liking.
return after that has been processed successfully ( check config/info, or the inspector to reveal Custom ui being installed)
Thanks a lot Marius for taking a bit of your time on this.
well, I did not succeed so far, neither by the frontend method nor by declaring a ressource in Lovelace configuration.
It wouldn’t load (no track of that in the inspector) and the lovelace.reload_resources service is not found in my install (not part of HA Core ?).
So it’s like I did nothing but uninstall the old version (which did not work for me anyway).
I feel sorry to bother again but what would you suggest now ?