Hello,
Is it possible to customize states icons for alarmo ? Basically what I want to do is to replace the “armed_home” icon from “mid:home” to “mdi:dog”.
the armed_home icon is the 3rd one :
I found the mdi definition in :
/homeassistant/custom_components/alarmo/frontend/dist/alarm-panel.js
and tried to replace it but it doesn’t seem to work.
Hi @Alexxxxissssssss and welcome in the HA community
I’m not a huge fan of modifying the source directly since this approach won’t be “upgrade” proof and you will have to update the source again at each upgrade of the component.
However, if you really choose to go that way, what you did should work, I think.
Have you tried to empty your browser cache ? Your issue sounds a lot like a cache issue.