I’m using entity_picture to include some custom png picture icons for various things. In my customize.yaml file, I added entries for things like:
sensor.rob_status:
entity_picture: local/RobIcon.png
After upgrading to 0.87.0, this icon doesn’t show on anything defined in the customize.yaml file. If I switch back to the states UI, they all appear fine.
I have the file in .homeassistant/www and the permissions look correct (644) In fact, it shows up as a “picture” directive in known_devices.yaml using that icon. Adding the device to customize.yaml (and pointing to the same exact png file) causes it not to show any more. It seems like the lovelace UI has a problem with “entity_picture” directives set in customize.yaml starting at 0.87.0.
Is there a different way to set icon pictures in lovelace or is this a bug?