diff --git a/src/panels/config/automation/add-automation-element/ha-automation-add-search.ts b/src/panels/config/automation/add-automation-element/ha-automation-add-search.ts index 4afb9dbee9..e6aaa441bd 100644 --- a/src/panels/config/automation/add-automation-element/ha-automation-add-search.ts +++ b/src/panels/config/automation/add-automation-element/ha-automation-add-search.ts @@ -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, }, ];