Issue with Honeywell Evohome Integration since last core update

running on a HomeAssistsnt Green and since updating to Core 20241.6 the evohome integration seems to have stopped working. get the following error , any help appreciated.

Logger: homeassistant.setup
Source: setup.py:333
First occurred: 20:04:07 (1 occurrences)
Last logged: 20:04:07

Error during setup of component evohome
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/setup.py”, line 333, in _async_setup_component
result = await task
^^^^^^^^^^
File “/usr/src/homeassistant/homeassistant/components/evohome/init.py”, line 240, in async_setup
await client_v2.login()
File “/usr/local/lib/python3.12/site-packages/evohomeasync2/base.py”, line 176, in login
await self.installation()
File “/usr/local/lib/python3.12/site-packages/evohomeasync2/base.py”, line 222, in installation
return await self._installation() # aka self.installation_info
^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/local/lib/python3.12/site-packages/evohomeasync2/base.py”, line 248, in _installation
await loc.refresh_status()
File “/usr/local/lib/python3.12/site-packages/evohomeasync2/location.py”, line 116, in refresh_status
self._update_status(status)
File “/usr/local/lib/python3.12/site-packages/evohomeasync2/location.py”, line 126, in _update_status
gwy._update_status(gwy_status)
File “/usr/local/lib/python3.12/site-packages/evohomeasync2/gateway.py”, line 76, in _update_status
tcs._update_status(tcs_status)
File “/usr/local/lib/python3.12/site-packages/evohomeasync2/controlsystem.py”, line 183, in _update_status
self.zones_by_id[zon_status[SZ_ZONE_ID]]._update_status(zon_status)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
KeyError: ‘5752766’

Closed as fixed in 2024 1.7

I have this exact same issue after updating from 2024.1.6 to 2024.2.0 (“stable” as listed on docker hub). I could not locate a 2024.1.7 on the list of releases, rolled back to 2024.6 for now. Can you confirm this works on the latest release?