diff --git a/custom_components/favicon/__init__.py b/custom_components/favicon/__init__.py index 89d2a91..12e7e44 100644 --- a/custom_components/favicon/__init__.py +++ b/custom_components/favicon/__init__.py @@ -101,6 +101,19 @@ def new_render(*args, **kwargs): text = text.replace("/static/icons/favicon-apple-180x180.png", icons["apple"]) if title: text = text.replace("Home Assistant", f"{title}") + text = text.replace("", f""" + + """) + return text tpl.render = new_render