Rename safety panel to security panel (#155795)

This commit is contained in:
Paul Bottein
2025-11-04 17:23:39 +01:00
committed by GitHub
parent a25afe2834
commit 65960aa3f7
@@ -453,7 +453,7 @@ async def async_setup(hass: HomeAssistant, config: ConfigType) -> bool:
hass.http.app.router.register_resource(IndexView(repo_path, hass))
async_register_built_in_panel(hass, "light")
async_register_built_in_panel(hass, "safety")
async_register_built_in_panel(hass, "security")
async_register_built_in_panel(hass, "climate")
async_register_built_in_panel(hass, "profile")