conr | May 11 08:55:32 jubjub hass[36084]: await self.hass.async_add_import_executor_job(
May 11 08:55:32 jubjub hass[36084]: self._load_platforms, platform_names
May 11 08:55:32 jubjub hass[36084]: )
May 11 08:55:32 jubjub hass[36084]: File "/nix/store/aicda9v5hprnbik4rwi4ajfv4ab0r5hk-python3-3.13.3/lib/python3.13/concurrent/futures/thread.py", line 59, in run
May 11 08:55:32 jubjub hass[36084]: result = self.fn(*self.args, **self.kwargs)
May 11 08:55:32 jubjub hass[36084]: File "/nix/store/dir0iv5chazsxzl80fkk8zq26nziz59w-homeassistant-2025.4.4/lib/python3.13/site-packages/homeassistant/loader.py", line 1075, in _load_platforms
May 11 08:55:32 jubjub hass[36084]: platform_name: self._load_platform(platform_name)
May 11 08:55:32 jubjub hass[36084]: ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
May 11 08:55:32 jubjub hass[36084]: File "/nix/store/dir0iv5chazsxzl80fkk8zq26nziz59w-homeassistant-2025.4.4/lib/python3.13/site-packages/homeassistant/loader.py", line 1249, in _load_platform
May 11 08:55:32 jubjub hass[36084]: cache[full_name] = self._import_platform(platform_name)
May 11 08:55:32 jubjub hass[36084]: ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
May 11 08:55:32 jubjub hass[36084]: File "/nix/store/dir0iv5chazsxzl80fkk8zq26nziz59w-homeassistant-2025.4.4/lib/python3.13/site-packages/homeassistant/loader.py", line 1281, in _import_platform
May 11 08:55:32 jubjub hass[36084]: return importlib.import_module(f"{self.pkg_path}.{platform_name}")
May 11 08:55:32 jubjub hass[36084]: ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
May 11 08:55:32 jubjub hass[36084]: File "/nix/store/dir0iv5chazsxzl80fkk8zq26nziz59w-homeassistant-2025.4.4/lib/python3.13/site-packages/homeassistant/util/loop.py", line 201, in protected_loo>
May 11 08:55:32 jubjub hass[36084]: return func(*args, **kwargs)
May 11 08:55:32 jubjub hass[36084]: File "/nix/store/aicda9v5hprnbik4rwi4ajfv4ab0r5hk-python3-3.13.3/lib/python3.13/importlib/__init__.py", line 88, in import_module
May 11 08:55:32 jubjub hass[36084]: return _bootstrap._gcd_import(name[level:], package, level)
May 11 08:55:32 jubjub hass[36084]: ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
May 11 08:55:32 jubjub hass[36084]: File "<frozen importlib._bootstrap>", line 1387, in _gcd_import
May 11 08:55:32 jubjub hass[36084]: File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
May 11 08:55:32 jubjub hass[36084]: File "<frozen importlib._bootstrap>", line 1310, in _find_and_load_unlocked
May 11 08:55:32 jubjub hass[36084]: File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
May 11 08:55:32 jubjub hass[36084]: File "<frozen importlib._bootstrap>", line 1387, in _gcd_import
May 11 08:55:32 jubjub hass[36084]: File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
May 11 08:55:32 jubjub hass[36084]: File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked
May 11 08:55:32 jubjub hass[36084]: File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
May 11 08:55:32 jubjub hass[36084]: File "<frozen importlib._bootstrap_external>", line 1026, in exec_module
May 11 08:55:32 jubjub hass[36084]: File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
May 11 08:55:32 jubjub hass[36084]: File "/nix/store/dir0iv5chazsxzl80fkk8zq26nziz59w-homeassistant-2025.4.4/lib/python3.13/site-packages/homeassistant/components/homekit_controller/__init__.py>
May 11 08:55:32 jubjub hass[36084]: import aiohomekit
May 11 08:55:32 jubjub hass[36084]: ModuleNotFoundError: No module named 'aiohomekit'
May 11 08:55:32 jubjub hass[36084]: The above exception was the direct cause of the following exception:
May 11 08:55:32 jubjub hass[36084]: Traceback (most recent call last):
May 11 08:55:32 jubjub hass[36084]: File "/nix/store/dir0iv5chazsxzl80fkk8zq26nziz59w-homeassistant-2025.4.4/lib/python3.13/site-packages/homeassistant/config_entries.py", line 1455, in async_i>
May 11 08:55:32 jubjub hass[36084]: flow, result = await self._async_init(flow_id, handler, context, data)
May 11 08:55:32 jubjub hass[36084]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
May 11 08:55:32 jubjub hass[36084]: File "/nix/store/dir0iv5chazsxzl80fkk8zq26nziz59w-homeassistant-2025.4.4/lib/python3.13/site-packages/homeassistant/config_entries.py", line 1480, in _async_>
May 11 08:55:32 jubjub hass[36084]: flow = await self.async_create_flow(handler, context=context, data=data)
May 11 08:55:32 jubjub hass[36084]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
May 11 08:55:32 jubjub hass[36084]: File "/nix/store/dir0iv5chazsxzl80fkk8zq26nziz59w-homeassistant-2025.4.4/lib/python3.13/site-packages/homeassistant/config_entries.py", line 1698, in async_c>
May 11 08:55:32 jubjub hass[36084]: handler = await _async_get_flow_handler(
May 11 08:55:32 jubjub hass[36084]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
May 11 08:55:32 jubjub hass[36084]: self.hass, handler_key, self._hass_config
May 11 08:55:32 jubjub hass[36084]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
May 11 08:55:32 jubjub hass[36084]: )
May 11 08:55:32 jubjub hass[36084]: ^
May 11 08:55:32 jubjub hass[36084]: File "/nix/store/dir0iv5chazsxzl80fkk8zq26nziz59w-homeassistant-2025.4.4/lib/python3.13/site-packages/homeassistant/config_entries.py", line 3790, in _async_>
May 11 08:55:32 jubjub hass[36084]: await _load_integration(hass, domain, hass_config)
May 11 08:55:32 jubjub hass[36084]: File "/nix/store/dir0iv5chazsxzl80fkk8zq26nziz59w-homeassistant-2025.4.4/lib/python3.13/site-packages/homeassistant/config_entries.py", line 3776, in _load_i>
May 11 08:55:32 jubjub hass[36084]: raise data_entry_flow.UnknownHandler from err
May 11 08:55:32 jubjub hass[36084]: homeassistant.data_entry_flow.UnknownHandler
| 14:09:01 |