SimpliSafe Error after Updating Hassio

I just updated Hassio to HassOS 3.11 and am now getting this error with SimpliSafe:

2020-02-27 15:47:41 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry [email protected] for simplisafe
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/config_entries.py", line 215, in async_setup
    hass, self
  File "/usr/src/homeassistant/homeassistant/components/simplisafe/__init__.py", line 222, in async_setup_entry
    await simplisafe.async_init()
  File "/usr/src/homeassistant/homeassistant/components/simplisafe/__init__.py", line 482, in async_init
    self.systems = await self._api.get_systems()
  File "/usr/local/lib/python3.7/site-packages/simplipy/api.py", line 235, in get_systems
    self._request, self._get_subscription_data, system_data["location"]
  File "/usr/local/lib/python3.7/site-packages/simplipy/system/__init__.py", line 150, in __init__
    ] = self._generate_system_notification_objects()
  File "/usr/local/lib/python3.7/site-packages/simplipy/system/__init__.py", line 251, in _generate_system_notification_objects
    for raw_message in self._location_info["system"]["messages"]
KeyError: 'messages'

Anyone else seeing this/know how to resolve?

Ah, thanks @Tediore.

Read through the GitHub comments, but curious - what does this mean? Do we need to wait for new version of HA? And, is there anyway to see the timeline for that? Wondering if I should just restore to my last snapshot on the old version …