Cannot add Elgato Key Lights

Hi everyone,

I recently purchased two Elgato Key Lights for streaming and they work well with my computer, but unfortunately cannot be added to HA.

They don’t know up on the integrations page and if I click on the plus button to add them manually, after entering their respective IP address, the following error turns up:

“Unknown error occurred.”

The log entry reads:

File "/usr/src/homeassistant/homeassistant/components/elgato/config_flow.py", line 33, in async_step_user
    user_input[CONF_HOST], user_input[CONF_PORT]
  File "/usr/src/homeassistant/homeassistant/components/elgato/config_flow.py", line 136, in _get_elgato_info
    return await elgato.info()
  File "/usr/local/lib/python3.7/site-packages/elgato/elgato.py", line 86, in info
    return Info.from_dict(data)
  File "/usr/local/lib/python3.7/site-packages/elgato/models.py", line 48, in from_dict
    display_name=data["displayName"],

My router is a Unifi Router and a USG. mDNS is enabled.

Any idea what else I could try?
Thanks a lot!
Tonvenio

@Tonvenio - did you ever get it working?