thomasloven / hass-fontawesome

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

Icons not showing up in HA 2023.2.5 #71

Closed reypm closed 10 months ago

reypm commented 1 year ago

I am running HA 2023.2.5 with Frontend 20230202.0 - latest and the latest version of this integration 2.1.5 and for some reason, icons do not load properly.

They return a 404 and the URL is http://homeassistant.local:8123/fontawesome/icons/solid/house.svg.

image

To load the integration I just added the following to the <home-assistant>/configuration.yaml file:

fontawesome:

what I am missing here? 🤔

zwoemti commented 1 year ago

I have exactly the same problem and haven't found a solution yet.

reypm commented 1 year ago

@thomasloven any advice? are you aware of this issue? not sure if you're actively maintaining this project tho

bulior commented 11 months ago

Same for me. No folder in home dir. And no solution after adding some icons in a folder. Has someone an idea?

KJThaDon commented 10 months ago

Requesting for removal. Hasn't been updated in 2+ years and isn't functional. Author appears to have abandoned this.

thomasloven commented 10 months ago

That's a bit harsh for a single icon not working, isn't it?

Did you try home instead of house, since that's the name it has in Fontawesome 5, which this integration uses?

reypm commented 10 months ago

@thomasloven I have tried several icons and none of them seems to work, I give up on this since I have tried everything on my hands and it did not work.

KJThaDon commented 10 months ago

@thomasloven I have tried several icons and none of them seems to work, I give up on this since I have tried everything on my hands and it did not work.

Correct. It doesn't work at all

reypm commented 10 months ago

@thomasloven As I side note I am using the icons found on this repository https://github.com/FortAwesome/Font-Awesome if that helps

thomasloven commented 10 months ago

I can only see what's been written here. So far one single icon has been reported to not work.

thomasloven commented 10 months ago

Cannot reproduce.

geo903 commented 6 months ago

replace string in main.js

const data = await fetch(`/local/${DOMAIN}/icons/${iconSet}/${icon}.svg`);
and place icons to folder /config/www/fontawesome/icons......