Foscam integration does not work

Home Assistant 2021.2.1
Keep getting a unexpected error.Naamloos-1 Naamloos-2
error code :
Logger:" homeassistant.components.foscam
Source: components/foscam/config_flow.py:63
Integration: Foscam (documentation, issues)
First occurred: 11:34:47 (2 occurrences)
Last logged: 11:42:21’’’

Unexpected exception` Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/components/foscam/config_flow.py", line 76, in async_step_user

File "/usr/src/homeassistant/homeassistant/components/foscam/config_flow.py", line 63, in _validate_and_create```
`await self.async_set_unique_id(response["mac"])`
`KeyError: 'mac`

I am getting this exact same thing.

2021-02-07 21:05:50 ERROR (MainThread) [homeassistant.components.foscam] Unexpected exception
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/components/foscam/config_flow.py”, line 76, in async_step_user
return await self._validate_and_create(user_input)
File “/usr/src/homeassistant/homeassistant/components/foscam/config_flow.py”, line 63, in _validate_and_create
await self.async_set_unique_id(response[“mac”])
KeyError: ‘mac’

Same here, waiting on the fix, see the following item https://github.com/home-assistant/core/issues/45939