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>
This commit is contained in:
Mike Fortman 2025-04-03 13:34:28 -05:00 committed by GitHub
commit 59f74e894f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 = {