-
Notifications
You must be signed in to change notification settings - Fork 30
3rd step of installation guide unclear #17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Okay, now I'm gonna give a detailed explanation here and I can link to this from the Readme.
|
Adding the repo is clearly explained and straightforward. But your installation steps include a third one:
Where does this need go? |
@bertmelis I don't know what to say. You add this card like you add any other card to HA. If you use the frontend for that, then use the frontend. If you use configuration.yaml, then use that. There's nothing different from this card then any other custom card you install from HACS. But to answer your question. Those two lines go in the configuration file where you normally put the custom card imports. But you most likely don't use the yaml file, so just use the frontend like you usually do. |
Oh, yes. It suddenly all makes sense. |
This is gonna sound really stupid, but where is the custom card imports file? |
Hi, I was confused as well. I think the wording in Step 3 can be made easier to understand, because it currently does indeed sound like, with the HACS installation option, that you need to update your config. Here's a suggested revision to the HACS instructions. HACS
|
Are you adding it the Front End repo? It won't work if you're on the integrations repo menu. |
I had the same issue - entered the URL , that worked fine , but I couldn't select Lovelace. It wouldn't let me. |
Im not seeing any Frontend or tabs in the HACS menu as of 2024/09/21 |
Same issue here repo not compliant |
You have to choose Dashboard as Typ and then it works |
@Kijan thanks, I did it last time but without success, and I tried today and it worked perfectly ! |
Do you have HACS installed in your Home Assistant? If not, you need to install it. (Install guide) And when that is installed you follow the instructions in the comments further up in this issue. |
You have to add this repository as a custom repo in HACS. I haven't integrated it into default HACS repo.
Then you will be able to find the card in HACS. And then you add it like you would with any other card. I haven't done that in years, so can't really remember that on the top of my head. The way I add custom cards is by adding this to my configuration.yaml lovelace:
mode: yaml
dashboards:
...
resources:
- url: /local/community/my-cards/my-cards.js
type: module If you do it by GUI you go to Settings -> Dashboards -> Three dots -> Resources -> Add Resource -> And then add the url like I have in my config and type "module" I don't know how that looks because I can't add resources through GUI since I do it through my configuration.yaml. |
Thank you so much for the help got it working. |
getting this error trying to add to HACS |
@Medic97 set the Type to Dashboard when adding the custom repository. |
This step changed - Instead of "Lovelace" choose "Dashboard" |
Hi,
I've tried to install the repository via HACS but am not sure how to proceed in the 3rd step of the installation guide. For me, I understand that I should paste the two lines of code to my HA config, which throws me an error. May you please explain to me what I should do with those lines instead? Thank you!
The text was updated successfully, but these errors were encountered: