Hello guys, I have installed HACS and try to install frontend - select card and press install, I see that new folders with files has been putted into ‘custom_components’ folder.
Then I go to Lovalace and press add in Configure UI mode - here I don’t see any new cards.
If the custom cards you have added do not have a visual editor (most don’t) you will have to use the manual card option (at the bottom of the card types list).
About HACS downloaded modules - all description start from - Add the following to resources
mean that i need to put resources - I have a tab ‘resources’ in Lovalace Dashboard
What is the right path to custom_components - /local/custom_components or /config/custom_components or just - /custom_components ?
in resource tab - do I have to write all paths with *.js files or I can show a root directory for a group of folder (one component comes with four sub-folders, where each has own *.js files)
No, I mean that modules without JS downloaded by HACS, with JS I have downloaded part manually other by HACS.
In this question you have told me that I need to write - /hacsfiles/card-name/card-name.js - then I have checked downloaded modules and can’t find JS, that’s why I have asked - how to use python files (when folder comes without JS)
Py files are CUSTOM COMPONENTS not cards.
Py files don’t have lovelace resources but you need to restart Home Assistant after you install tham and sometimes add an integration or add configuration options to configuration.yaml. You need to follow the instructions in the repo from the Dev.
Js files are lovelace cards and you DO need to add resources and add the card/config in Lovelace.