Change Hass.io icon to home-assistant (#13230)

pull/13232/head
c727 2018-03-15 04:56:56 +01:00 committed by Paulus Schoutsen
parent e122692b46
commit c971d61422
1 changed files with 1 additions and 1 deletions

View File

@ -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'])