Skip to content

Commit 65960aa

Browse files
authored
Rename safety panel to security panel (#155795)
1 parent a25afe2 commit 65960aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

homeassistant/components/frontend/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ async def async_setup(hass: HomeAssistant, config: ConfigType) -> bool:
453453
hass.http.app.router.register_resource(IndexView(repo_path, hass))
454454

455455
async_register_built_in_panel(hass, "light")
456-
async_register_built_in_panel(hass, "safety")
456+
async_register_built_in_panel(hass, "security")
457457
async_register_built_in_panel(hass, "climate")
458458

459459
async_register_built_in_panel(hass, "profile")

0 commit comments

Comments
 (0)