orcasgit / python-nokia

Library for the Nokia Health API
Other
57 stars 23 forks source link

New release of 1.2.1? Home assistant is broken without this release. #38

Closed vangorra closed 11 months ago

vangorra commented 5 years ago

Look like the withings API requires the client_id when calling get_credentials(self, code). Shortly after the 1.2.0 release a commit was added that addresses this issue. (https://github.com/orcasgit/python-nokia/commit/d929914cb92f685c9c8ac4a810b2e3afe127068b)

Can we get a new release and version bump? This is causing issues with upstream dependencies. Specifically with home assistant. https://github.com/home-assistant/home-assistant/issues/26716

sjabby commented 5 years ago

@brad ? 😁😁

Bluhme1 commented 5 years ago

@brad @orcas Is development of this halted or can we expect a solution soon?

Bluhme1 commented 5 years ago

@vangorra Hello Vangorra. Is there anything we can do to make the requested changes happen? Or is there a way to do without it and still have access to the API. I have your files in custom_components and have made the work-around from Skeletorjus, so everything works here. Perhaps I should just leave it there?

brad commented 5 years ago

@vangorra @sjabby @Bluhme1 Hey all. Yes, development is halted on this. You will either need to fork and publish your own pip package, or pip install https://github.com/orcasgit/python-nokia

vangorra commented 5 years ago

Okay. I'll fork the project this weekend.

Bluhme1 commented 5 years ago

@vangorra. Great. How do we install the new library?

vangorra commented 5 years ago

Project forked. Now I need to integrate with home assistant. https://github.com/vangorra/python_withings_api