-
Notifications
You must be signed in to change notification settings - Fork 2
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 use library in HomeAssistant #12
Comments
Do you really need the If you really need to have version, you can use this
|
I believe the issue is coming from within the package. You are still referencing the
If i remove that import and hard code the version here the package runs:
|
Oh no, sorry about that 🤦 |
Can you try importing 0.0.19? |
Yep - 0.0.19 is working after making applying that fix 👍 |
First of all 🥳 for the publushing of the API https://developer.electrolux.one/documentation/reference
I have been improving on the homeassistant_electrolux_status project and nearing stage where i can submit a PR to the project (its a very extensive rewrite)
Looking at the differences (0.0.16...0.0.18) it doesnt seem to be too important for that - but thought i would raise the issue
The
__version__
variable was removed in 94459e1Adding it back in locally I can again use the package
The text was updated successfully, but these errors were encountered: