fixed link constructor to show icon again (#3388)

This commit is contained in:
wokar 2016-09-14 03:15:19 +02:00 committed by Paulus Schoutsen
parent 1697a8c774
commit 165362da0c

View File

@ -38,7 +38,7 @@ def setup(hass, config):
for link in links.get(CONF_ENTITIES):
Link(hass, link.get(CONF_NAME), link.get(CONF_URL),
link.get(CONF_URL))
link.get(CONF_ICON))
return True