fix #2
This commit is contained in:
parent
76f09fd20a
commit
09da46fd58
@ -13,7 +13,7 @@ async def async_setup(hass, config):
|
|||||||
apple = config[DOMAIN].get('apple')
|
apple = config[DOMAIN].get('apple')
|
||||||
title = config[DOMAIN].get('title')
|
title = config[DOMAIN].get('title')
|
||||||
|
|
||||||
if favicon or apple:
|
if favicon or apple or title:
|
||||||
get_template = homeassistant.components.frontend.IndexView.get_template
|
get_template = homeassistant.components.frontend.IndexView.get_template
|
||||||
|
|
||||||
def new_get_template(self):
|
def new_get_template(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user