thomasloven / hass-fontawesome

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

Help needed: fapro icon not rendered #74

Closed nicknol closed 9 months ago

nicknol commented 9 months ago

Problem statement: svg icon in custom_icons is detected but not rendered in dashboards.

I've created a directory config/custom_icons and have put an SVG icon there. I referenced it in dashboards as fapro:iconname.svg. The auto completion in the visual editor of the dashboard detects my icon. But in the dashboard itself the icon is not shown/rendered. I cleared the browser cache, I tried it on my PC (Firefox) and on my android mobile using the companion app.

What needs to be done?

nicknol commented 9 months ago

ok. I figured it out. icons need to have only one path which draws everything. my icon contained 4paths. After combining them using inkscape, the icon is rendered.

lindhe commented 3 months ago

@nicknol How did you do that??