Closed yurgh closed 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"
}
Thanks!
I’ll get it done this weekend. I have just been busy. I’ll fix it for all my projects. 👍 thanks for the report
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?