[SOLVED] No manifest.json file found 'manifest.json'

Hi,

I created a custom integration which is on Github. I want to try to add mon repo to HACS. I put the address and chose integration, but when I want to submit, I get the error message in the topic.

This is very strange because manifest.json exist and is in the custom_components/my_integration/ folder as it should be.

I have activated logs:

2025-04-27 06:46:15.195 DEBUG (MainThread) [custom_components.hacs] <Integration me/myintegration> Checking repository.
2025-04-27 06:46:15.738 DEBUG (MainThread) [custom_components.hacs] <Integration me/myintegration> Running checks against v2.0.0

and nothing else.

I’m totally lost now, so if one could give me a hand, I would be very happy.

Thank you!

and is the repo public?

Finally got it. I had

“content_in_root”: false

but since manifest.json was in custom_components/myintegration/, one has to put

“content_in_root”: true

Spent hours checking the files and missed that one.