@kenm wrote:
I’m currently running HASSIO 0.107.7 in a VM and my w800rf32 is working fine. I just ran the HA configuration checking add-on which is checking against 0.108.5 and I get the following error:
Failed config General Errors: - Component error: w800rf32 - No module named 'serial'
Looking at the component source I found a commit that removed an unused field from the manifest.json but I can’t see how that would cause something like this.
The manifest.json also shows the following line:
"requirements": ["pyW800rf32==0.1"],
It is that package that is attempting to import ‘serial’. That package has not changed. Any idea why this is getting called out now when the same package is working fine with 0.107.7?
Posts: 1
Participants: 1