The following integrations and platforms could not be set up:
zeroconf
Please check your config.
2020-06-03 16:56:21 ERROR (MainThread) [homeassistant.setup] Error during setup of component zeroconf
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/
setup.py", line 175, in _async_setup_component
component.setup, hass, processed_config # type: ignore
File "/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/src/homeassistant/homeassistant/components/zeroconf/__init__.py", line 117, in setup
hass, config.get(DOMAIN, {}).get(CONF_DEFAULT_INTERFACE)
File "/usr/src/homeassistant/homeassistant/components/zeroconf/__init__.py", line 73, in _get_instance
zeroconf = HaZeroconf(*args)
File "/usr/local/lib/python3.7/site-packages/zeroconf/__init__.py", line 2233, in
init interfaces, unicast, ip_version, apple_p2p=apple_p2p
File "/usr/local/lib/python3.7/site-packages/zeroconf/__init__.py", line 2161, in create_sockets
respond_socket = add_multicast_member(cast(socket.socket, listen_socket), i, apple_p2p=apple_p2p)
File "/usr/local/lib/python3.7/site-packages/zeroconf/__init__.py", line 2108, in add_multicast_member
listen_socket.setsockopt(socket.IPPROTO_IP, socket.IP_ADD_MEMBERSHIP, _value)
OSError: [Errno 105] No buffer space available
Подскажите, что не так, куда смотреть?