-
Notifications
You must be signed in to change notification settings - Fork 28
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
Integration 'tplink_router' not found. #32
Comments
Thanks! I had the same problem with the phonetrack component |
Also a big thank you! It worked! |
got same problem but this is not a fix for me |
got same problem but this is not a fix for me either |
Yep, same issue. I've added the "version": "0.6", line but it hasn't fixed the issue. |
Same here, adding the version line did not fix it for me. |
2022-04-09 15:38:33 ERROR (SyncWorker_2) [homeassistant.loader] The custom integration 'tplink_router' does not have a valid version key (['0.6']) in the manifest file and was blocked from loading. |
After install - get error
device_tracker.tplink_router Integration 'tplink_router' not found.
Solution - add row in manifest.json
"version": "0.6",
like this:
{
"domain": "tplink_router",
"name": "TPLink Router device tracker",
"documentation": "https://github.com/ericpignet/home-assistant-tplink_router",
"requirements": [],
"dependencies": [],
"version": "0.6",
"codeowners": ["@ericpignet"]
}
The text was updated successfully, but these errors were encountered: