Synology NAS integration fails after update to Core 2023.2.1

After updating to the latest core this morning, my NAS integration failed. I tried restoring to the previous version before updating and everything works fine again. If I again update to the latest version my NAS integration fails.

I have HA running from a VM on this same NAS.

Any help or advice gratefully received.

Log:
Logger: homeassistant.config_entries
Source: components/synology_dsm/common.py:94
First occurred: 14:59:24 (1 occurrences)
Last logged: 14:59:24

Error setting up entry Toadstool for synology_dsm
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/synology_dsm/init.py”, line 68, in async_setup_entry
await api.async_setup()
File “/usr/src/homeassistant/homeassistant/components/synology_dsm/common.py”, line 94, in async_setup
await self.dsm.surveillance_station.update()
File “/usr/local/lib/python3.10/site-packages/synology_dsm/api/surveillance_station/init.py”, line 25, in update
raw_data = await self._dsm.get(self.CAMERA_API_KEY, “List”, max_version=7)
File “/usr/local/lib/python3.10/site-packages/synology_dsm/synology_dsm.py”, line 207, in get
return await self._request(“GET”, api, method, params, **kwargs)
File “/usr/local/lib/python3.10/site-packages/synology_dsm/synology_dsm.py”, line 282, in _request
response = await self._execute_request(request_method, url, params, **kwargs)
File “/usr/local/lib/python3.10/site-packages/synology_dsm/synology_dsm.py”, line 308, in _execute_request
response = await self._session.get(url, params=params, **kwargs)
File “/usr/local/lib/python3.10/site-packages/aiohttp/client.py”, line 919, in get
self._request(hdrs.METH_GET, url, allow_redirects=allow_redirects, **kwargs)
TypeError: ClientSession._request() got an unexpected keyword argument ‘max_version’

1 Like

There have been reports of that in the release topic:

Wanted to drop back in here to say that I installed core 2023.2.5 today and Synology drive Integrations are working fine now.

Thank you to those responsible.

1 Like