Hello there,
I'm creating a custom card and it is meant to be HACS ready.
My file structure is
repo/
├── hacs.json
├── manifest.json
├── dist/
│ ├── shutter-new.js
│ └── translations/
│ ├── en.json
│ └── fr.json
└── README.md
But my translations are not downloaded by HACS
Of course I suspect my hacs.json file to be wrong and I searched with Google then full of despair I asked multiple AI but nothing is working
Here is my hacs.json
{
"name": "Roller Shutter Controller",
"content_in_root": false,
"filename": "shutter-new.js",
"homeassistant": "2025.1.0",
"render_readme": true,
"country": ["BE"],
"archive_link": false,
"zip_release": false
}
What I tried so far:
- Remove filename
- Add
"translations: "translations" - Add
"type": "plugin", "frontend": true - Add
"type": "lovelace" - Add
"single_file": false
Can someone please help? I don't want to embed the translation in the .js so the community can contribute to the translations