Description | Value
------------------------------- | ------------------------------
HACS version | 0.24.5 Frontend version: 20200426112021
Home Assistant version | 0.110.0b1
Installation method for HA | Supervised
Web browser | Chrome on Mac
Web browser version | Version 81.0.4044.138 (Official Build) (64-bit)
A clear and concise description of what the issue is.
Am 99.9% sure you know of this already, but can't hurt to have an issue for it too I guess. With the icon changes in 0.110.0b there's a tiny bit of funkiness going on with HACS icons.
sensor.hacsCourtesy cgtobi in #devs_frontend

Logs
PASTE YOUR DEBUG LOGS HERE
N/A
Make sure you have read the issue guidelines and that you filled out the entire template.
That funky icon has been doing this for a few releases. A refresh clears it and I never thought is was a HACS bug but more likely to be inconsequential HA funkiness..
previously it would show if the frontend did not load, or load slowly, and at that point there was only that icon that was working.
Now with the icon changes, if shows more often.
Delete the file /config/custom_components/hacs/iconset.js to "fix" it, the icon is broken anyway until I release a new version.
Icon handling has been fixed:
https://github.com/hacs/integration/blob/3eae779e641abcab44da930e92c59951130c26ec/custom_components/hacs/iconset.js#L1-L7
The next version of HACS will be delayed, if you are using HA 0.110+
Replace the content of /config/custom_components/hacs/iconset.js with https://github.com/hacs/integration/blob/master/custom_components/hacs/iconset.js to get the icon working again until the next release.
previously it would show if the frontend did not load, or load slowly, and at that point there was only that icon that was working.
Now with the icon changes, if shows more often.
Delete the file/config/custom_components/hacs/iconset.jsto "fix" it, the icon is broken anyway until I release a new version.
Icon handling has been fixed:
https://github.com/hacs/integration/blob/3eae779e641abcab44da930e92c59951130c26ec/custom_components/hacs/iconset.js#L1-L7
Deleting file wont fix issue
Deleting the file is masking the issue.
Clearing your cache will fix it.
Most helpful comment
The next version of HACS will be delayed, if you are using HA 0.110+
Replace the content of
/config/custom_components/hacs/iconset.jswith https://github.com/hacs/integration/blob/master/custom_components/hacs/iconset.js to get the icon working again until the next release.