From 59f74e894feb58da1a6375ead87016c83880731d Mon Sep 17 00:00:00 2001 From: Mike Fortman Date: Thu, 3 Apr 2025 13:34:28 -0500 Subject: [PATCH] fix: move home assistants to bundle (#7430) * move home assistants to bundle * [autofix.ci] apply automated fixes --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> --- src/frontend/src/utils/styleUtils.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/frontend/src/utils/styleUtils.ts b/src/frontend/src/utils/styleUtils.ts index fe4034562..fb1a4ef17 100644 --- a/src/frontend/src/utils/styleUtils.ts +++ b/src/frontend/src/utils/styleUtils.ts @@ -596,6 +596,11 @@ export const SIDEBAR_BUNDLES = [ { display_name: "Mem0", name: "mem0", icon: "Mem0" }, { display_name: "Youtube", name: "youtube", icon: "YouTube" }, { display_name: "ScrapeGraph AI", name: "scrapegraph", icon: "ScrapeGraph" }, + { + display_name: "Home Assistant", + name: "homeassistant", + icon: "HomeAssistant", + }, ]; export const categoryIcons = {