Customizing entities

Hi,

I’m having a problem that is drive me crazy… I’m trying to customize some entities with some icons inside the customize section and the icon is not displayed in the frontend.
In the dev-state the entity have the right attributes:

unit_of_measurement: W
friendly_name: Power
icon: mid:power-plug

What I’m doing wrong here?

Env:
Hassio version 0.85.0.

Code:

sensor.pzemgeral_power:
  friendly_name: Power
  icon: mid:power-plug

Try using “mdi” instead of “mid”.

Damn, that’s it. What a silly mistake.
Tks.

1 Like