joncar / ha-fpa

Home Assistant integration to control Baby Brezza's Formula Pro Advanced WiFi.
MIT License
15 stars 1 forks source link

Error Config flow could not be loaded #2

Closed joerican closed 2 years ago

joerican commented 2 years ago

I did an update to HA and the integration no longer was working, I removed the integration, downloaded this new build and I get an error of :

Error Config flow could not be loaded

I also see this in the logs: Error occurred loading configuration flow for integration fpa: No module named 'pyfpa' 2:53:26 PM – (ERROR) config_entries.py

joncar commented 2 years ago

Whoops. That is my fault. I renamed the import because the name was taken, but missed updating it in config_flow.py. Should be good now!

joerican commented 2 years ago

Thanks Again! That fixed it.