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:
parent
225eb8c7d7
commit
59f74e894f
1 changed files with 5 additions and 0 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue