-
Notifications
You must be signed in to change notification settings - Fork 23
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
Usage in Home-assistant #23
Comments
Not sure if my custom component |
@khzd I don't know of anyone using it for home assistant but I know someone using it for SmartHomeNG https://github.com/smarthomeNG/plugins/tree/master/nokia_health |
@jmtatsch from what i experienced you will definitely need to update your component. the whole auth process changed. not sure how that can be implemented in home assistant, but you will need a web interface to allow the user to run through that process. you will also need something to save the tokens to. in our case i used items, that are persisted to the file system or to a database. IMPORTANT: you dont need an internet URL as callback.. just an ordinary website in your LAN will be sufficiant. By the way: the new version is only in develop branch, but completely functional: https://github.com/smarthomeNG/plugins/tree/develop/nokia_health The callback (code parameter) is handled here: https://github.com/smarthomeNG/plugins/blob/develop/nokia_health/__init__.py#CL375 |
@jmtatsch NB: |
No links is working here :( |
Home assistant now has a withings component built in that uses this api. |
We get errors installing this lib due to outdated dependencies:
@brad could you probably update the dependencies? @psilo909 could you check if we can provide a PR? |
The withing api used by home assistant does but have this issue. |
Hello
thanks for this new release of python-nokia, now again withings :)
I'm trying to integrate it with home-assistant and i'm meeting a challenge around the callback url
I tried with success the nokia command with http:/home-assistant.io as a call back, with redirect me to home-assistant.io:)
but this is not the target usage, need to back called from My home-assistant.
would appreciate any help?
do you know if someone is using this release with home-assistant ? found no trace oh github :(
cheers
The text was updated successfully, but these errors were encountered: