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

Issues with 2021.6.0? - unable to setup integration #11

Closed
yurgh opened this issue Jun 3, 2021 · 3 comments
Closed

Issues with 2021.6.0? - unable to setup integration #11

yurgh opened this issue Jun 3, 2021 · 3 comments

Comments

@yurgh
Copy link

yurgh commented Jun 3, 2021

I am unable to get the component going on 2021.6.0. After upgrading HA the component would not start, so I removed it and updated the source. However it does not show up in the add integration flow, even if it's reinstalled in HACS (and manually from the .zip), thus I'm unable to provide more detailed error message, unfortunately.

Did something break in the latest HA?

@yurgh yurgh changed the title Issues with 2021.6.0? Issues with 2021.6.0? - unable to setup integration Jun 3, 2021
@Skeletorjus
Copy link
Contributor

It's because of this #10
If you want you can do a temporary fix by editing manifest.json and add a version key like this:

{
  "domain": "avfallsor",
  "name": "avfallsor",
  "documentation": "https://github.com/Hellowlol/sensor.avfallsor",
  "dependencies": [],
  "config_flow": true,
  "codeowners": ["@hellowlol"],
  "requirements": ["beautifulsoup4", "html5lib"],
  "version": "1.0.0"
}

@yurgh
Copy link
Author

yurgh commented Jun 3, 2021

Thanks!

@Hellowlol
Copy link
Collaborator

I’ll get it done this weekend. I have just been busy. I’ll fix it for all my projects. 👍 thanks for the report

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

No branches or pull requests

3 participants