pnbruckner / ha-life360

A Home Assistant integration for Life360.
32 stars 4 forks source link

Error: Config flow could not be loaded: {"message":"Invalid handler specified"} #24

Open elgeniskogen opened 3 weeks ago

elgeniskogen commented 3 weeks ago

After installing Life360-integration and rebooting I Get this message when trying to configure Loife 360: "Error Config flow could not be loaded: {"message":"Invalid handler specified"}"

from system log: " Error occurred loading flow for integration life360: cannot import name 'NotFound' from 'life360' (/config/life360/init.py) 11:55:47 – (ERROR) config_entries.py - message first occurred at 11:13:17 and shows up 3 times"

/config/life360/init.py is there when checking.

Hope you can help :-)

pnbruckner commented 3 weeks ago

/config/life360/__init__.py is there when checking.

It is not supposed to be.

/config/life360 is an old work around from when the integration wasn't working earlier this year. You forgot to remove it. Please delete the folder and everything in it, then restart HA.

elgeniskogen commented 3 weeks ago

Thank you so much @pnbruckner - that worked :-)

pnbruckner commented 3 weeks ago

I'm going to keep this open for a while in case other people run into the same problem.