mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 23:27:37 +00:00
fixed link constructor to show icon again (#3388)
This commit is contained in:
parent
1697a8c774
commit
165362da0c
@ -38,7 +38,7 @@ def setup(hass, config):
|
|||||||
|
|
||||||
for link in links.get(CONF_ENTITIES):
|
for link in links.get(CONF_ENTITIES):
|
||||||
Link(hass, link.get(CONF_NAME), link.get(CONF_URL),
|
Link(hass, link.get(CONF_NAME), link.get(CONF_URL),
|
||||||
link.get(CONF_URL))
|
link.get(CONF_ICON))
|
||||||
|
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user