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:
@@ -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,
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user