manifest.json needed - integration not found
Closed this issue · 8 comments
It seems a manifest.json is needed.
I solved it by add the following to the manifest.json.
{
"domain": "pollenniva",
"name": "pollenniva",
"documentation": "https://github.com/JohNan/home-assistant-pollenkoll",
"dependencies": [],
"codeowners": [],
"requirements": []
}
It works
Where to add the above? Create a new file? Where?
Everyone has to add it in the folder custom_components/pollenniva/. But is useful if a sample manifest.json is included in readme.
Where to add the above? Create a new file? Where?
I found this. Seems to be a separate file in the same directory.
https://developers.home-assistant.io/docs/en/creating_integration_manifest.html
Added the file but to no avail. I can't see any errors in the log file but the sensors doesn't appear. Reverting to Home Assistant v. 0.91.1 makes everything work.
Do you have debug logging on?