Skip to content

Commit

Permalink
Update __init__.py (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
ebattulga authored Feb 4, 2020
1 parent c556a0b commit 11b4e42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/favicon/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def new_render(*args, **kwargs):
def remove_hooks(hass):
data = hass.data[DOMAIN]
homeassistant.components.frontend.IndexView.get_template = data["get_template"]
homeassistant.components.frontend.MANIFSET_JSON["icons"] = data["manifest_icons"].copy()
homeassistant.components.frontend.MANIFEST_JSON["icons"] = data["manifest_icons"].copy()
homeassistant.components.frontend.MANIFEST_JSON["name"] = "Home Assistant"
homeassistant.components.frontend.MANIFEST_JSON["short_name"] = "Assistant"
return True
Expand Down

0 comments on commit 11b4e42

Please sign in to comment.