1
0
mirror of https://github.com/home-assistant/core.git synced 2026-07-14 01:54:11 +01:00

Add light, security and climate panel (#153261)

This commit is contained in:
Paul Bottein
2025-10-02 19:06:53 +02:00
committed by GitHub
parent d20631598e
commit cd69b82fc9
@@ -452,6 +452,10 @@ 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, "security")
async_register_built_in_panel(hass, "climate")
async_register_built_in_panel(hass, "profile")
async_register_built_in_panel(