Since 2021.2.0 release my Shelly integration is broken
Logger: homeassistant.config_entries
Source: components/shelly/__init__.py:54
First occurred: 4 februari 2021 23:04:01 (1 occurrences)
Last logged: 4 februari 2021 23:04:01
Error setting up entry 192.168.1.32 for shelly
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 239, in async_setup
result = await component.async_setup_entry(hass, self) # type: ignore
File "/usr/src/homeassistant/homeassistant/components/shelly/__init__.py", line 84, in async_setup_entry
coap_context = await get_coap_context(hass)
File "/usr/src/homeassistant/homeassistant/helpers/singleton.py", line 42, in async_wrapped
result = await func(hass)
File "/usr/src/homeassistant/homeassistant/components/shelly/__init__.py", line 54, in get_coap_context
await context.initialize()
File "/usr/local/lib/python3.8/site-packages/aioshelly/coap.py", line 86, in initialize
self.sock = socket_init()
File "/usr/local/lib/python3.8/site-packages/aioshelly/coap.py", line 66, in socket_init
sock.setsockopt(socket.IPPROTO_IP, socket.IP_ADD_MEMBERSHIP, group)
OSError: [Errno 105] No buffer space available
Any tips?