Blue Iris in HASS

Hi all!

Trying to get my camera up in HASS, but it is not showing up. All I see is (Error Loading Image). It is working when I enter the URL in my browser…

I followed this thread, I see someone has the same problem and solved it by disabling secure login in Blue Iris, I don’t seem to have that option.

camera:
  - name: Front
    platform: mjpeg
    mjpeg_url: !secret blue_url
    username: !secret blue_user
    password: !secret blue_pass
    authentication: basic

Solved this after help on the IP CAM forum.

In settings, web server tab, click advanced button and under authentication choose non-LAN only.