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

After last update HA integration not more working #204

Closed
antoweb opened this issue Nov 3, 2022 · 8 comments · Fixed by #207
Closed

After last update HA integration not more working #204

antoweb opened this issue Nov 3, 2022 · 8 comments · Fixed by #207

Comments

@antoweb
Copy link

antoweb commented Nov 3, 2022

Home Assistant 2022.11.0

Can you please fix this problem?

@akileos
Copy link

akileos commented Nov 3, 2022

Same here, might be an easy fix, it's a python dependency issue.
Here are additional infos for someone who might know why it was locked <2.0.0.

Seems to be fixed by PR #185

Logger: homeassistant.setup
Source: setup.py:184
First occurred: 17:53:33 (1 occurrences)
Last logged: 17:53:33

Setup failed for custom integration candy: Requirements for candy not found: ['backoff>=1.8.0,<2.0.0'].

me @ redacted ➜  ~  docker exec -it home-assistant bash
bash-5.1# python3
Python 3.10.7 (main, Sep 20 2022, 16:18:06) [GCC 11.2.1 20220219] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import backoff
>>> backoff.__version__
'2.2.1'

@antoweb antoweb changed the title After last update HA integratino not more working After last update HA integration not more working Nov 3, 2022
@antoweb
Copy link
Author

antoweb commented Nov 3, 2022

ok modified manifest.json line 8 to
"requirements": ["backoff>=1.8.0,<2.2.1"],

now work

@SoulOnFire
Copy link

ok modified manifest.json line 8 to "requirements": ["backoff>=1.8.0,<2.2.1"],

now work

It's work for me!!

@dfsworld
Copy link

dfsworld commented Nov 4, 2022

That worked for me too. Please mantainer, update this :)

@Pacococo
Copy link

Pacococo commented Nov 5, 2022

A mí también me funcionó, muchas gracias

@Apgeo77
Copy link

Apgeo77 commented Nov 7, 2022

It started working perfectly again, I love you all

@mh166
Copy link

mh166 commented Nov 7, 2022

@ofalvai As the fix seems to work (thanks for that @antoweb), would you mind releasing a new version with this fix applied? 😊

@ofalvai
Copy link
Owner

ofalvai commented Nov 7, 2022

Hello everyone!

Apologies for not noticing this earlier, my GitHub notifications were messed up and I missed all the issue and PR activity in this repo.

I issued a hotfix as version 0.7.1, you can update the custom component in HACS.

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

Successfully merging a pull request may close this issue.

8 participants