mirror of
https://github.com/home-assistant/core.git
synced 2025-07-14 00:37:13 +00:00
Change Hass.io icon to home-assistant (#13230)
This commit is contained in:
parent
e122692b46
commit
c971d61422
@ -156,7 +156,7 @@ def async_setup(hass, config):
|
||||
|
||||
if 'frontend' in hass.config.components:
|
||||
yield from hass.components.frontend.async_register_built_in_panel(
|
||||
'hassio', 'Hass.io', 'mdi:access-point-network')
|
||||
'hassio', 'Hass.io', 'mdi:home-assistant')
|
||||
|
||||
if 'http' in config:
|
||||
yield from hassio.update_hass_api(config['http'])
|
||||
|
Loading…
x
Reference in New Issue
Block a user