1
mirror of https://github.com/home-assistant/core synced 2024-07-18 12:02:20 +02:00

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

This commit is contained in:
Franck Nijhof 2020-02-05 11:04:17 +01:00
parent 8b6b8f1994
commit 97250d8225
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3
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": {