Konnected integration does not create finish

I’m trying to migrate from ST to HA with Konnected but it’s failing the integration process.
I the very first board but it’s running latest FW from Konnected.IO.

Integration fails with:

Logger: homeassistant.config_entries
Source: components/konnected/panel.py:359
First occurred: 9:30:38 PM (4 occurrences)
Last logged: 9:46:35 PM

Error setting up entry Konnected Alarm Panel for konnected
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/config_entries.py”, line 382, in async_setup
result = await component.async_setup_entry(hass, self)
File “/usr/src/homeassistant/homeassistant/components/konnected/init.py”, line 260, in async_setup_entry
await client.async_connect()
File “/usr/src/homeassistant/homeassistant/components/konnected/panel.py”, line 133, in async_connect
await self.async_sync_device_config()
File “/usr/src/homeassistant/homeassistant/components/konnected/panel.py”, line 380, in async_sync_device_config
!= self.async_current_settings_payload()
File “/usr/src/homeassistant/homeassistant/components/konnected/panel.py”, line 358, in async_current_settings_payload
“sensors”: [
File “/usr/src/homeassistant/homeassistant/components/konnected/panel.py”, line 359, in
{self.api_version: s[self.api_version]}
KeyError: ‘pin’

Any ideas?