mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 10:59:40 +00:00
Rename safety panel to security panel (#155795)
This commit is contained in:
committed by
Bram Kragten
parent
40dedec602
commit
e4591c27c0
@@ -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")
|
||||||
|
|||||||
Reference in New Issue
Block a user