Hi all
I received Home assistance green for christmas, but he seems to have some trouble.
First start i received a lot of error in log. With your help i solved many of that but there 3 more:
> The following integrations and platforms could not be set up:
>
> * [zeroconf](https://www.home-assistant.io/integrations/zeroconf) ([Show logs](http://192.168.1.97:8123/config/logs?filter=zeroconf))
> * map ([Show logs](http://192.168.1.97:8123/config/logs?filter=map))
> * updater ([Show logs](http://192.168.1.97:8123/config/logs?filter=updater))
>
> Please check your config and [logs](http://192.168.1.97:8123/config/logs).
In particular “zeroconf”:
Registratore: homeassistant.setup
Fonte: setup.py:334
Prima occorrenza: 00:01:32 (1 occorrenze)
Ultimo accesso: 00:01:32
Setup failed for 'zeroconf': Unable to import component: cannot import name 'BadTypeInNameException' from 'zeroconf' (/usr/local/lib/python3.13/site-packages/zeroconf/__init__.py)
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/loader.py", line 1014, in async_get_component
comp = await self.hass.async_add_import_executor_job(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
self._get_component, True
^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "/usr/local/lib/python3.13/concurrent/futures/thread.py", line 58, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/src/homeassistant/homeassistant/loader.py", line 1074, in _get_component
ComponentProtocol, importlib.import_module(self.pkg_path)
~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/util/loop.py", line 200, in protected_loop_func
return func(*args, **kwargs)
File "/usr/local/lib/python3.13/importlib/__init__.py", line 88, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<frozen importlib._bootstrap>", line 1387, in _gcd_import
File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 1022, in exec_module
File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
File "/usr/src/homeassistant/homeassistant/components/zeroconf/__init__.py", line 17, in <module>
from zeroconf import (
...<4 lines>...
)
ImportError: cannot import name 'BadTypeInNameException' from 'zeroconf' (/usr/local/lib/python3.13/site-packages/zeroconf/__init__.py)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/setup.py", line 334, in _async_setup_component
component = await integration.async_get_component()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/loader.py", line 1034, in async_get_component
self._component_future.result()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "/usr/src/homeassistant/homeassistant/loader.py", line 1026, in async_get_component
comp = self._get_component()
File "/usr/src/homeassistant/homeassistant/loader.py", line 1074, in _get_component
ComponentProtocol, importlib.import_module(self.pkg_path)
~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/util/loop.py", line 200, in protected_loop_func
return func(*args, **kwargs)
File "/usr/local/lib/python3.13/importlib/__init__.py", line 88, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<frozen importlib._bootstrap>", line 1387, in _gcd_import
File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 1022, in exec_module
File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
File "/usr/src/homeassistant/homeassistant/components/zeroconf/__init__.py", line 17, in <module>
from zeroconf import (
...<4 lines>...
)
ImportError: cannot import name 'BadTypeInNameException' from 'zeroconf' (/usr/local/lib/python3.13/site-packages/zeroconf/__init__.py)
Can anyone help me? Thank you so much