Icon dissapeard

Greetings,

Recently after updating Home Assistant, I noticed that some of my Hadashboard icons disappeared without me ever touching the appdaemon configuration. The weird part is the same icon shows up in another entity.

Here’s the configuration in question:

    diningroom:
        widget_type: light
        title: Dining Room
        icon_on: mdi-lamp
        icon_off: mdi-lamp
        entity: light.dining_room_lights
        on_attributes:
            brightness_pct: 100

The above doesn’t show the lamp icon but this one works:

    livingroom:
        widget_type: light
        title: Living Room
        icon_on: mdi-lamp
        icon_off: mdi-lamp
        entity: light.living_room
        on_attributes:
            brightness_pct: 100
            kelvin: 4000

Here’s the dashboard:

Screen Shot 2020-11-07 at 10.15.12 AM

Any ideas?

I have also seen this but couldn’t figure it out.

Hello,
I have the same problem.
Have you found a solution ?
Thanks

No, nothing yet.

Ok i think that i found the problem.
I have this line in my dash:
use_hass_icon: 1
if i delete this line the icon appears…

Yes, that fixes it! Thank you @Giovanni_Giova!