-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
fastender edited this page Jul 2, 2025
·
1 revision
There are two methods to install the Fast Search Card: via HACS (recommended) or manually.
- Prerequisite: You must have HACS installed in your Home Assistant.
-
Add Frontend Repository:
- In HACS, navigate to "Frontend".
- Click the three dots in the top right corner and select "Custom repositories".
- Paste the URL to this GitHub repository (
https://github.com/fastender/Fast-Search-Card). - Select the category "Lovelace".
- Click "ADD".
-
Install the Card:
- Search for "Fast Search Card" in HACS and click on it.
- Click "INSTALL".
-
Add Resource: The card should be automatically added to your Lovelace resources. If not, add it manually under
Settings > Dashboards > Three dots in top right > Resourceswith the URL/hacsfiles/fast-search-card/fast-search-card.jsand the type "JavaScript Module".
- Download the
fast-search-card.jsfile from the latest Release. - Upload the file to the
wwwdirectory inside your Home Assistantconfigfolder. If thewwwfolder does not exist, create it. - Add the resource to your Lovelace configuration:
- Go to
Settings > Dashboards. - Click the three dots in the top right corner and select "Resources".
- Click "+ ADD RESOURCE".
- Enter the URL as
/local/fast-search-card.js. - Select the Resource Type "JavaScript Module".
- Click "CREATE".
- Go to
After installation, you can add the card to your dashboard by creating a new "Manual" card and entering the configuration code.