Re-branding of Hass.io panel to Supervisor (#31480)

This commit is contained in:
Franck Nijhof 2020-02-05 11:04:17 +01:00 committed by GitHub
parent fce9697591
commit 431a3a6b44
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -194,7 +194,7 @@ async def async_setup(hass, config):
await hass.components.panel_custom.async_register_panel(
frontend_url_path="hassio",
webcomponent_name="hassio-main",
sidebar_title="Hass.io",
sidebar_title="Supervisor",
sidebar_icon="hass:home-assistant",
js_url="/api/hassio/app/entrypoint.js",
embed_iframe=True,

View file

@ -52,7 +52,7 @@ async def test_setup_api_panel(hass, aioclient_mock):
assert panels.get("hassio").to_response() == {
"component_name": "custom",
"icon": "hass:home-assistant",
"title": "Hass.io",
"title": "Supervisor",
"url_path": "hassio",
"require_admin": True,
"config": {