Skip to content
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

Open
SandrRu opened this issue Oct 13, 2021 · 7 comments
Open

Integration 'tplink_router' not found. #32

SandrRu opened this issue Oct 13, 2021 · 7 comments

Comments

@SandrRu
Copy link

SandrRu commented Oct 13, 2021

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"]
}

@OliverParoczai
Copy link

Thanks! I had the same problem with the phonetrack component

@RobBrinker
Copy link

Also a big thank you! It worked!

@KoekieWaus
Copy link

got same problem but this is not a fix for me

@DaveTiff
Copy link

got same problem but this is not a fix for me either

@Beenay25
Copy link

Beenay25 commented Jan 8, 2022

Yep, same issue. I've added the "version": "0.6", line but it hasn't fixed the issue.

@WeterPeter
Copy link

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.

@FredFreegroup
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants