Bump glocaltokens to 0.6.3 and adding google-api-python-client dep #472
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps glocaltokens to 0.6.3 (that fixes the dependency issues)
and add google-api-python-client dep.
@KapJI, maybe you have some good thoughts about it. SInce latest HA is using pip v22.0 which has it's revolver changed we have dep issues (that's the reason why glocaltokens was failing to install to HA). However now that glocaltokens got fixed during the integration installation I have got an unexpected error that
google
dependency is missing:With the same UI error message
Configuration flow could not be loaded: [Object Object]
as in #467A quick search has led me to this, so adding a new dependency
google-api-python-client
does indeed fix the issue. Could that be right? I don't see how it's fighting together. Or maybe we should move thisgoogle-api-python-client
dependency toglocaltokens
instead?Closes #467
Closes #470