Rename safety panel to security panel (#155795)

This commit is contained in:
Paul Bottein
2025-11-04 17:23:39 +01:00
committed by Bram Kragten
parent 40dedec602
commit e4591c27c0

View File

@@ -453,7 +453,7 @@ async def async_setup(hass: HomeAssistant, config: ConfigType) -> bool:
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, "light") 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, "climate")
async_register_built_in_panel(hass, "profile") async_register_built_in_panel(hass, "profile")