mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-25 13:17:34 +08:00
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:
@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user