mirror of
https://github.com/home-assistant/core.git
synced 2025-07-08 05:47:10 +00:00
Remove deprecated /config/server_control redirect (#103331)
This commit is contained in:
parent
1517081a2d
commit
c561372f30
@ -385,9 +385,6 @@ 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")
|
|
||||||
|
|
||||||
# Shopping list panel was replaced by todo panel in 2023.11
|
# Shopping list panel was replaced by todo panel in 2023.11
|
||||||
hass.http.register_redirect("/shopping-list", "/todo")
|
hass.http.register_redirect("/shopping-list", "/todo")
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user