custom-components / sensor.avfallsor

Simple sensor for avfallsor
MIT License
8 stars 5 forks source link

Issues with 2021.6.0? - unable to setup integration #11

Closed yurgh closed 3 years ago

yurgh commented 3 years ago

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?

Skeletorjus commented 3 years ago

It's because of this https://github.com/custom-components/sensor.avfallsor/issues/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 commented 3 years ago

Thanks!

Hellowlol commented 3 years ago

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