Open SandrRu opened 3 years ago
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.
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"] }