Any plan to merge this into Home Assistant? I love the work! Like many others, I came here because I just learned of WUnderground shutting down the free api.
@finity I just upgrade to 0.92.1 and I am now receiving this error ‘Integration feedparser not found when trying to verify its sensor platform’
Did something change with this sensor setup? It was working fine in 0.91 and I didn’t see a breaking change for this.
I’m sure it has to do with “The great migration” so its probably a folder structure issue for the feedparser custom component.
I haven’t updated to v92x so I cant troubleshoot it yet. I will be soon tho.
However, you really don’t need the feedparser portion of the package for everything else to work. You can just comment it out and everything else will still function until we get it working again.
Or you can go to the author of the feedparser component and ask for support there. Which, honestly, is the best solution since I’m sure there are others who use it and are probably affected too.
So this is interesting, Am I suppose to have the “custom-components/sensor.feedparser” installed? I haven’t added this and it seemed to be working. If I am that’s probably why the error. I didn’t see that this was required for the nws_alert.
I don’t see the pycache folder or the 2 files. Do I need to create them? On 0.91 it was working fine.
I did add the custom component/sensor.feedparser and the invalid config error went away. I assume that is what was needed even though I never had that previously and I didn’t see it being required for the nws_alert.
yes, i did that before… and it was working, but since upgrading to 0.92.1 it’s now broken. so i checked the documentation. that documentation i linked no longer has:
/config/custom_components/nws_alerts/
it shows:
/config/custom_components/nws/
so that is now how i have it. if the link i provided is the incorrect component, maybe someone could link me the correct one and i can follow the directions for it so update mine