File "/srv/homeassistant/homeassistant_venv/lib/python3.9/site-packages/homeassistant/components/camera/__init__.py", line 741, in get
return await self.handle(request, camera)
File "/srv/homeassistant/homeassistant_venv/lib/python3.9/site-packages/homeassistant/components/camera/__init__.py", line 759, in handle
image = await _async_get_image(
File "/srv/homeassistant/homeassistant_venv/lib/python3.9/site-packages/homeassistant/components/camera/__init__.py", line 179, in _async_get_image
if image_bytes := await camera.async_camera_image(
File "/srv/homeassistant/homeassistant_venv/lib/python3.9/site-packages/homeassistant/components/camera/__init__.py", line 586, in async_camera_image
return await self.hass.async_add_executor_job(
File "/usr/local/lib/python3.9/concurrent/futures/thread.py", line 58, in run
result = self.fn(*self.args, **self.kwargs)
TypeError: camera_image() got an unexpected keyword argument 'width'