Code Monkey home page Code Monkey logo

Comments (21)

welseymcd avatar welseymcd commented on July 17, 2024 2

What worked for me as a work around is selecting "master" as the version. Also, make sure you do not have 2FA enabled.

from ha-eufy-security.

introini avatar introini commented on July 17, 2024 1

Same issue for me. Logs show the following:

2021-06-22 15:45:10 ERROR (SyncWorker_2) [homeassistant.loader] The custom integration 'eufy_security' does not have a valid version key (None) in the manifest file and was blocked from loading. See https://developers.home-assistant.io/blog/2021/01/29/custom-integration-changes#versions for more details

I see the version key in manifest.json, so not sure what the actual problem is here.

from ha-eufy-security.

BeunHaas34 avatar BeunHaas34 commented on July 17, 2024

yup got the same thing

from ha-eufy-security.

altryne avatar altryne commented on July 17, 2024

Same here, can't see the integration after HACS installed it and I restarted HA

from ha-eufy-security.

BeunHaas34 avatar BeunHaas34 commented on July 17, 2024

Didnt work for me

image

image

from ha-eufy-security.

BeunHaas34 avatar BeunHaas34 commented on July 17, 2024

Figured it out, select "master" as branch then add "version": "0.3.0" to the manifest, reboot HA (I did restart the host)

from ha-eufy-security.

HunZ83 avatar HunZ83 commented on July 17, 2024

Great, that worked out. Thank you!

from ha-eufy-security.

introini avatar introini commented on July 17, 2024

Worked for me as well. Thank you!

from ha-eufy-security.

tayfunulu avatar tayfunulu commented on July 17, 2024

worked for me, too. Perfect !

from ha-eufy-security.

amiranees avatar amiranees commented on July 17, 2024

I did select the master version, then restarted, then changed back to 0.3.0, restarted again. Still couldn't find the integration. Help please

from ha-eufy-security.

BeunHaas34 avatar BeunHaas34 commented on July 17, 2024

I did select the master version, then restarted, then changed back to 0.3.0, restarted again. Still couldn't find the integration. Help please

You dont need to change the branch to 0.3.0. You need to add "version": "0.3.0" to the manifest file

from ha-eufy-security.

amiranees avatar amiranees commented on July 17, 2024

I did select the master version, then restarted, then changed back to 0.3.0, restarted again. Still couldn't find the integration. Help please

You dont need to change the branch to 0.3.0. You need to add "version": "0.3.0" to the manifest file

This is the version in Hacs:
image

and this is the manifest.json:

{
"domain": "eufy_security",
"name": "Eufy Security",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/eufy_security",
"requirements": [
"python-eufy-security==0.3.1"
],
"dependencies": [
"ffmpeg"
],
"codeowners": [
"@nonsleepr"
],
"version": "0.3.0"
}

Still nothing.

from ha-eufy-security.

BeunHaas34 avatar BeunHaas34 commented on July 17, 2024

So lets revert to the start. Install it with master branch then change the manifest then reboot (the supervisor). After all that you should be able to add it

from ha-eufy-security.

amiranees avatar amiranees commented on July 17, 2024

Definitely I am the problem, because I am kinda noob. But after installing the master version the manifest is already "version": "0.3.0", so I don't understand where to change it to "version": "0.3.0"
Sorry to bother tho.

from ha-eufy-security.

amiranees avatar amiranees commented on July 17, 2024

Definitely I am the problem, because I am kinda noob. But after installing the master version the manifest is already "version": "0.3.0", so I don't understand where to change it to "version": "0.3.0"
Sorry to bother tho.

Never mind. Issue solved, Thank you kind sir.

from ha-eufy-security.

BeunHaas34 avatar BeunHaas34 commented on July 17, 2024

No problem and your welcome ;)

from ha-eufy-security.

jma2308 avatar jma2308 commented on July 17, 2024

Definitely I am the problem, because I am kinda noob. But after installing the master version the manifest is already "version": "0.3.0", so I don't understand where to change it to "version": "0.3.0"
Sorry to bother tho.

Never mind. Issue solved, Thank you kind sir.

Hello,

Also kinda noob, also appear to be having same issue you did. I've followed the steps above but not managed to add the integration. Do you have any additional pointers on how you solved this?

Thank you.

from ha-eufy-security.

BeunHaas34 avatar BeunHaas34 commented on July 17, 2024

Step 1: install the intergration with the master branch
Step 2: Edit the manifest file: add "version": "0.3.0"
Step 3: Reboot HA host

from ha-eufy-security.

amiranees avatar amiranees commented on July 17, 2024

Definitely I am the problem, because I am kinda noob. But after installing the master version the manifest is already "version": "0.3.0", so I don't understand where to change it to "version": "0.3.0"
Sorry to bother tho.

Never mind. Issue solved, Thank you kind sir.

Hello,

Also kinda noob, also appear to be having same issue you did. I've followed the steps above but not managed to add the integration. Do you have any additional pointers on how you solved this?

Thank you.

My problem was at step 3 @jma2308. (Step 3: Reboot HA)
Restarting HA only was my issue. My HA is installed with Proxmox and I had to restart everything.

Let me know if this helps you.

from ha-eufy-security.

jma2308 avatar jma2308 commented on July 17, 2024

Definitely I am the problem, because I am kinda noob. But after installing the master version the manifest is already "version": "0.3.0", so I don't understand where to change it to "version": "0.3.0"
Sorry to bother tho.

Never mind. Issue solved, Thank you kind sir.

Hello,
Also kinda noob, also appear to be having same issue you did. I've followed the steps above but not managed to add the integration. Do you have any additional pointers on how you solved this?
Thank you.

My problem was at step 3 @jma2308. (Step 3: Reboot HA)
Restarting HA only was my issue. My HA is installed with Proxmox and I had to restart everything.

Let me know if this helps you.

I was just restarting the server. I think I needed to restart the supervisor. After that it all worked. (I actually restarted server, host, supervisor and core. I also cleared my cache.) Thank you.

from ha-eufy-security.

tiestofan9 avatar tiestofan9 commented on July 17, 2024

Definitely I am the problem, because I am kinda noob. But after installing the master version the manifest is already "version": "0.3.0", so I don't understand where to change it to "version": "0.3.0"
Sorry to bother tho.

Never mind. Issue solved, Thank you kind sir.

Hello,
Also kinda noob, also appear to be having same issue you did. I've followed the steps above but not managed to add the integration. Do you have any additional pointers on how you solved this?
Thank you.

My problem was at step 3 @jma2308. (Step 3: Reboot HA)
Restarting HA only was my issue. My HA is installed with Proxmox and I had to restart everything.
Let me know if this helps you.

I was just restarting the server. I think I needed to restart the supervisor. After that it all worked. (I actually restarted server, host, supervisor and core. I also cleared my cache.) Thank you.

Clearing the cache (or in my case: use a different browser, Firefox instead of Safari) did the trick. Thank you!

from ha-eufy-security.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.