thomasloven / hass-fontawesome

🔹 Use icons from fontawesome in home-assistant
Other
274 stars 52 forks source link

Pissible conflicts with recently added "multi-path icon support" #76

Open ildar170975 opened 9 months ago

ildar170975 commented 9 months ago

Recently this PR was merged: https://github.com/home-assistant/frontend/pull/18189

It allowed to use multi-color icons. Here a test example is provided:

W/o Fontawesome installed (or with disabled) the dashboard looks like:

изображение

But when I enable Fontawesome - I see this:

изображение

Here some paths seem to be not displayed. After HA reboot I see this:

изображение

Do not bother about colors, these are virtual lights and they reset to defaults at HA reboot.

So, with Fontawesome enabled, these multi-color icons stop rendering.

I suspect that this new approach and Fontawesome are conflicting somehow.