mirror of
https://github.com/home-assistant/core.git
synced 2025-06-06 22:27:12 +00:00
Add redirect from shopping list to todo (#102894)
This commit is contained in:
parent
c77a3facf5
commit
3f56ca49c6
@ -388,6 +388,9 @@ async def async_setup(hass: HomeAssistant, config: ConfigType) -> bool:
|
|||||||
# Can be removed in 2023
|
# Can be removed in 2023
|
||||||
hass.http.register_redirect("/config/server_control", "/developer-tools/yaml")
|
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")
|
||||||
|
|
||||||
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")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user