thomasloven / hass-favicon

🔹 Change the favicon of your Home Assistant instance
MIT License
106 stars 19 forks source link

Icon doesnt work, title does #36

Closed peterge-misoft closed 6 months ago

peterge-misoft commented 6 months ago

This is what the setup in my configuration dir looks like:

root@miprdhomeassistant:~/docker-data/homeassistant/config# tree
...
├── custom_components
│   └── favicon
│       ├── config_flow.py
│       ├── __init__.py
│       ├── manifest.json
│       ├── __pycache__
│       │   ├── config_flow.cpython-312.pyc
│       │   └── __init__.cpython-312.pyc
│       └── translations
│           └── en.json
└── www
    └── favicons
        └── homeassistant-favicon.png

And I added this to the settings:

image

But even after restarting the browser and refreshing with clearing cache (Strg + Shift + R), the custom favicon (which is red) is not displayed:

image

peterge-misoft commented 6 months ago

Nevermind, renaming to favicon.ico solved it.