As many of you know, Home Assistant Core got updated today. One of the new integrations that was added is MotionEye. This allows you to integrate motioneye cameras without manually configuring them. I saw some people mentioning issues to connect to their instances, including myself. Should be noted that these are instances that are running by home assistant supervisor or OS. I.E: Ingress.
In order to make it connect, you must enable the web interface port in the addon configuration. I havent tried this, but I also disabled ssl as well.
For the integration, leaving a password space empty with throw an error in the integration setup process. You have two options, (that I tried at least). If you dont have a password in MotionEye set, you can enter the user in the user field, and simply hit the spacebar in the password field. It connected fine for me, BUT I DO NOT RECOMMEND THIS. This kind of setup is likely to cause errors in the future, as updates are pushed through.
Instead, just create a placeholder password(s) in MotionEye and use those.
For the URL, format it as a regular url, in my case, “http://xxx.xxx.x.x:80”
That should be it! Connect and view away! Hopefully this helps!