Re-branding of Hass.io panel to Supervisor (#31480)
This commit is contained in:
parent
fce9697591
commit
431a3a6b44
2 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
|
@ -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": {
|
||||
|
|
Loading…
Add table
Reference in a new issue