1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-20 10:48:44 +00:00

Fix automation add tca item search (#28483)

This commit is contained in:
Wendelin
2025-12-10 16:34:52 +01:00
committed by GitHub
parent 86acfa67dd
commit c46f67d572

View File

@@ -85,11 +85,11 @@ const TARGET_SEARCH_SECTIONS = [
export const ITEM_SEARCH_KEYS: FuseWeightedKey[] = [
{
name: "name",
name: "primary",
weight: 10,
},
{
name: "description",
name: "secondary",
weight: 7,
},
];