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

View File

@@ -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(