mirror of
https://github.com/home-assistant/core.git
synced 2026-05-05 04:14:32 +02:00
fixed link constructor to show icon again (#3388)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user