Closed peterge-misoft closed 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:
But even after restarting the browser and refreshing with clearing cache (Strg + Shift + R), the custom favicon (which is red) is not displayed:
Nevermind, renaming to favicon.ico solved it.
This is what the setup in my configuration dir looks like:
And I added this to the settings:
But even after restarting the browser and refreshing with clearing cache (Strg + Shift + R), the custom favicon (which is red) is not displayed: