Hello, I have HA0.104 running on an RPI4 with hass.io. During boot I get an permanent notification, that zeroconf and default_config could not be started. The log-file shows following error:
2020-01-17 12:01:19 ERROR (MainThread) [homeassistant.setup] Error during setup of component zeroconf
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/setup.py", line 174, 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 65, in setup
properties=params,
File "/usr/local/lib/python3.7/site-packages/zeroconf/__init__.py", line 1530, in __init__
if not type_.endswith(service_type_name(name, allow_underscores=True)):
File "/usr/local/lib/python3.7/site-packages/zeroconf/__init__.py", line 270, in service_type_name
raise BadTypeInNameException("Type '%s' must not start with '.'" % type_)
zeroconf.BadTypeInNameException: Type '._home-assistant._tcp.local.' must not start with '.'
2020-01-17 12:01:23 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of default_config. Setup failed for dependencies: zeroconf
2020-01-17 12:01:23 ERROR (MainThread) [homeassistant.setup] Setup failed for default_config: Could not set up all dependencies.
I checked Exception in logs after upgrading from 0.92.2 to 0.94 - but also no solution.
Everything is working fine, I have not noticed any malfunction (except the error message).
Does anybody has a hint, where to start searching? What could be the reason?