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

Unable to load integration in Home Assistant 2024.4.4 #82

Closed
gralin opened this issue Apr 24, 2024 · 16 comments
Closed

Unable to load integration in Home Assistant 2024.4.4 #82

gralin opened this issue Apr 24, 2024 · 16 comments

Comments

@gralin
Copy link

gralin commented Apr 24, 2024

Integration fails to load after updating Home Assistant to 2024.4.4. Using version 0.0.19.

image
image

@AuroreVgn
Copy link

Hi,
Same thing here. I am using HAOS on Raspberry Pi 4.
A.

@AuroreVgn
Copy link

Hi,
I've made a rollback to the previous version of HA (core 2024.4.3) and it's still not working.
Same after deleting and reinstalling BB integration.
It's so sad. :-(
A.

@dcmeglio
Copy link

The issue is a dependency of pybirdbuddy got updated causing an incompatibility. I raised this PR which fixes the issue jhansche/pybirdbuddy#23 this fixed it for me.

@AuroreVgn
Copy link

Thank you! I will wait until the pull request merged :-)

@ChazyChaxxx
Copy link

Hello, I have the same problem since the last update.
Screenshot_2024-04-29-15-18-43-57_c3a231c25ed346e59462e84656a70e50

@jhansche
Copy link
Owner

jhansche commented May 2, 2024

Sorry for the delay. I didn't notice this because I haven't updated to 2024.4.4 yet. The PR above has been merged, but it won't be available here yet until I get a chance to deploy the update to pypi and then bump it here.

In theory you should be able to manually install the downgraded version that was pinned in the PR above. But I haven't tried that.

I'll try to get this released in the next few days

@AuroreVgn
Copy link

FYI, it's still doen't work in the last version Core 2024.5.0 :-)
I will try to manually install the new version and I will let you know.

@AuroreVgn
Copy link

It works! I simply add in manifest.json in custom component > birdbuddy > manifest.json

  "requirements": [
    "python-graphql-client==0.4.3",
    "langcodes==3.3.0",
    "pybirdbuddy==0.0.17"
  ], 

BB integration reload but "recent visitor sensor" was Unavailable despite is is "Enable" in the settings.

image
image

@jhansche
Copy link
Owner

jhansche commented May 2, 2024

Good to know 👍

For the recent visitor issue, there was a recent change to fix recent visitor (#79). Can you confirm what version of the integration you have?

@AuroreVgn
Copy link

I have 0.0.19.

@jhansche
Copy link
Owner

jhansche commented May 2, 2024

Ok, that should be the latest. I guess maybe there was another breaking change in 24.5 😮‍💨

Mind opening a new issue for that?

@antleyhousehold
Copy link

The modification to the JSON manifest works (thanks @AuroreVgn! ) with a reboot of the system.

@AuroreVgn
Copy link

AuroreVgn commented May 3, 2024

New issue created! Here

@jhansche
Copy link
Owner

jhansche commented May 4, 2024

I just updated to 2024.5.1, and I don't see either of these issues. I didn't have to patch my langcodes version.

There might be another integration that has a conflict, and that's why I'm not seeing it.

@AuroreVgn
Copy link

Maybe we can wait a little before closing this issue in order to see if someone will have the same problem.

@gralin
Copy link
Author

gralin commented May 13, 2024

Updated to HA 2024.5.3 and intergation V0.0.20. Everything works now.

@gralin gralin closed this as completed May 13, 2024
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

6 participants