mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 21:57:51 +00:00
Fix /config/server_control redirect (#71084)
This commit is contained in:
parent
7662d588a9
commit
de26df0c6d
@ -360,13 +360,13 @@ async def async_setup(hass: HomeAssistant, config: ConfigType) -> bool:
|
|||||||
if os.path.isdir(local):
|
if os.path.isdir(local):
|
||||||
hass.http.register_static_path("/local", local, not is_dev)
|
hass.http.register_static_path("/local", local, not is_dev)
|
||||||
|
|
||||||
|
# Can be removed in 2023
|
||||||
|
hass.http.register_redirect("/config/server_control", "/developer-tools/yaml")
|
||||||
|
|
||||||
hass.http.app.router.register_resource(IndexView(repo_path, hass))
|
hass.http.app.router.register_resource(IndexView(repo_path, hass))
|
||||||
|
|
||||||
async_register_built_in_panel(hass, "profile")
|
async_register_built_in_panel(hass, "profile")
|
||||||
|
|
||||||
# Can be removed in 2023
|
|
||||||
hass.http.register_redirect("/config/server_control", "/developer-tools/yaml")
|
|
||||||
|
|
||||||
async_register_built_in_panel(
|
async_register_built_in_panel(
|
||||||
hass,
|
hass,
|
||||||
"developer-tools",
|
"developer-tools",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user