Remove deprecated /config/server_control redirect (#103331)

This commit is contained in:
Jan-Philipp Benecke 2023-11-04 15:14:03 +01:00 committed by GitHub
parent 1517081a2d
commit c561372f30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -385,9 +385,6 @@ async def async_setup(hass: HomeAssistant, config: ConfigType) -> bool:
if os.path.isdir(local):
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")
# Shopping list panel was replaced by todo panel in 2023.11
hass.http.register_redirect("/shopping-list", "/todo")