thomasloven / hass-favicon

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

No more Page Title displayed (using fully UI configured system) #18

Closed Mariusthvdb closed 3 years ago

Mariusthvdb commented 3 years ago

Using the Custom Component on 3 instances, I notice the instance which is completely UI configured not showing the set page title in the Fav icons options, but simply showing Home Assistant. The tab names in Safari and Chrome are correct.

UI mode instance:

Schermafbeelding 2021-02-12 om 15 29 53

Yaml mode:

Schermafbeelding 2021-02-12 om 15 30 23 Schermafbeelding 2021-02-12 om 15 30 33

this is in config_entries, which seems indentical to the other 2 systems:

            {
                "entry_id": "a9redactreda0",
                "version": 1,
                "domain": "favicon",
                "title": "",
                "data": {
                    "title": "Ha Z-Wave",
                    "icon_path": "/local/favicons/"
                },
                "options": {
                    "title": "Ha Z-Wave",
                    "icon_path": "/local/favicons/"
                },
                "system_options": {
                    "disable_new_entities": false
                },
                "source": "user",
                "connection_class": "unknown",
                "unique_id": null
            },

all run Home Assistant OS 2021.2.2, offending Z-Wave instance runs in Beta mode, but no beta is loaded momentarily though its supervisor is 2 steps ahead: supervisor-2021.02.8

thanks for having a look

Mariusthvdb commented 3 years ago

yes! version 10.3 fixed it, thanks!

Schermafbeelding 2021-03-18 om 15 47 51