Skip to content

Commit e4591c2

Browse files
piitayabramkragten
authored andcommitted
Rename safety panel to security panel (home-assistant#155795)
1 parent 40dedec commit e4591c2

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)