postlund / search-card

Quickly search for entities from a Lovelace card.
MIT License
104 stars 13 forks source link

Frontend not installing? #36

Open xbmcgotham opened 2 years ago

xbmcgotham commented 2 years ago

Hi,

Have a strange issue and cant figure out what I am doing wrong. Home Assistant was installed on Proxmox as Image and is running the latest version "Home Assistant 2021.11.1" successfully.

After successfully configuring the basic setup I followed the instructions as referred to here: https://hacs.xyz/docs/setup/prerequisites

Installed using step "Home Assistant OS#" running "wget -O - https://get.hacs.xyz | bash -"

Then followed the config instructions and successfully installed HACS. Restarted and added the HACS repository.

Restarted again and then installed the search-card using the frontend. This gave no errors and looked all to be installing fine.

I then went into Lovelace and tried adding the "custom:search-card", but this would give me an error stating: Can't find card-tools. See https://github.com/thomasloven/lovelace-card-tools type: custom:search-card

I also tried this with other frontends, and strangely also these will give the same error, making me think its related not just to this particular frontend.

When I use "Samba Share" add-on to browse to the folder "www" I can see that the "search-card" folder exists under "www/community/".

Thinking that maybe this "search-card" folder should be directly under "www", I copied it up and restarting Home Assistant, but this did not change the error.

Online I am not able to find any similar issues, so I am somewhat lost how to fix this. Hope you have some idea what the issue might be.

Thanks for any help.

UPDATE: PROBLEM WAS FOUND. I FORGOT TO INSTALL THE "CARD-TOOLS" IN FRONTEND! Sorry thought I had done this step already.