Hayward OmniLogic Integration Error on Setup

So with the pool open and up and running, I wanted to explore the Hayward OmniLogic sensors so I could possibly build some alerts and automations around it. Unfortunately, I’m getting this error after setup in the logs.

Can anyone help me understand what this means and how to fix it? I log into the Hayward site fine with my login\password and see the pool dashboard. Confirmed my email address and login IDs are the same.

Logger: homeassistant.config_entries
Source: components/omnilogic/__init__.py:45
First occurred: 12:13:10 PM (2 occurrences)
Last logged: 3:00:53 PM

Error setting up entry Omnilogic for omnilogic
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/config_entries.py", line 249, in async_setup
    result = await component.async_setup_entry(hass, self)  # type: ignore
  File "/usr/src/homeassistant/homeassistant/components/omnilogic/__init__.py", line 45, in async_setup_entry
    await api.get_telemetry_data()
  File "/usr/local/lib/python3.8/site-packages/omnilogic/__init__.py", line 1008, in get_telemetry_data
    site_telem = self.telemetry_to_json(telem, config_item, self.alarms_to_json(this_alarm))
  File "/usr/local/lib/python3.8/site-packages/omnilogic/__init__.py", line 813, in telemetry_to_json
    for light in bow_item["Lights"]:
KeyError: 'Lights'

Thanks for any guidance.

Mike