Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Matter integration fails to initialize #141516

Closed
dd310 opened this issue Mar 26, 2025 · 13 comments · May be fixed by #141576
Closed

Matter integration fails to initialize #141516

dd310 opened this issue Mar 26, 2025 · 13 comments · May be fixed by #141576

Comments

@dd310
Copy link

dd310 commented Mar 26, 2025

The problem

After the latest (2025.4.0b0) update, the Matter integration fails to load during the startup.

What version of Home Assistant Core has the issue?

core-2025.4.0b0

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Integration causing the issue

Matter

Link to integration documentation on our website

No response

Diagnostics information

No response

Example YAML snippet

Anything in the logs that might be useful for us?

Registratore: homeassistant.config_entries
Fonte: config_entries.py:751
Prima occorrenza: 19:38:40 (1 occorrenze)
Ultimo accesso: 19:38:40

Error setting up entry Matter for matter
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/config_entries.py", line 751, in __async_setup_with_context
    result = await component.async_setup_entry(hass, self)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/components/matter/__init__.py", line 153, in async_setup_entry
    await hass.config_entries.async_forward_entry_setups(entry, SUPPORTED_PLATFORMS)
  File "/usr/src/homeassistant/homeassistant/config_entries.py", line 2578, in async_forward_entry_setups
    await self._async_forward_entry_setups_locked(entry, platforms)
  File "/usr/src/homeassistant/homeassistant/config_entries.py", line 2589, in _async_forward_entry_setups_locked
    await asyncio.gather(
    ...<11 lines>...
    )
  File "/usr/src/homeassistant/homeassistant/config_entries.py", line 2653, in _async_forward_entry_setup
    result = await async_setup_component(
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        self.hass, domain, self._hass_config
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File "/usr/src/homeassistant/homeassistant/setup.py", line 191, in async_setup_component
    await future
  File "/usr/src/homeassistant/homeassistant/setup.py", line 171, in async_setup_component
    result = await _async_setup_component(hass, domain, config)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/setup.py", line 332, in _async_setup_component
    await async_process_deps_reqs(hass, config, integration)
  File "/usr/src/homeassistant/homeassistant/setup.py", line 577, in async_process_deps_reqs
    if failed_deps := await _async_process_dependencies(hass, config, integration):
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/setup.py", line 243, in _async_process_dependencies
    results = await asyncio.gather(
              ^^^^^^^^^^^^^^^^^^^^^
        *dependencies_tasks.values(), *after_dependencies_tasks.values()
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
asyncio.exceptions.CancelledError: Global task timeout

Additional information

No response

@home-assistant
Copy link

Hey there @home-assistant/matter, mind taking a look at this issue as it has been labeled with an integration (matter) you are listed as a code owner for? Thanks!

Code owner commands

Code owners of matter can trigger bot actions by commenting:

  • @home-assistant close Closes the issue.
  • @home-assistant rename Awesome new title Renames the issue.
  • @home-assistant reopen Reopen the issue.
  • @home-assistant unassign matter Removes the current integration label and assignees on the issue, add the integration domain after the command.
  • @home-assistant add-label needs-more-information Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue.
  • @home-assistant remove-label needs-more-information Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.

(message by CodeOwnersMention)


matter documentation
matter source
(message by IssueLinks)

@joostlek joostlek added this to the 2025.4.0 milestone Mar 26, 2025
@joostlek
Copy link
Member

If you restart HA, does this still persist?

@dd310
Copy link
Author

dd310 commented Mar 26, 2025

Yes, the issue persists across reboots; the only way to allow HA to correctly initialize is to disable the integration

@joostlek
Copy link
Member

And in safe mode?

@dd310
Copy link
Author

dd310 commented Mar 26, 2025

Just tried, same problem.
If enabled, the integration holds up the entire startup and many other integration fail to load as well

@martin131
Copy link

Workaround: temporary disable Matter integration. Then all other integrations loads correctly.

@dd310
Copy link
Author

dd310 commented Mar 26, 2025

Yes, that's what I have done for now

@wilfredktlr
Copy link

After you disable the Matter integration and Home Assistant has started up you can re-enable Matter and then it works (until the next restart).

@emontnemery
Copy link
Contributor

emontnemery commented Mar 27, 2025

Please enable the logs below, and share the logs from core starting until the timeout.

logger:
  default: info
  logs:
    homeassistant.bootstrap: debug
    homeassistant.setup: debug

@wilfredktlr
Copy link

Here you go.

[33m2025-03-27 10:38:54.497 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration dynamic_energy_cost which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant[0m
[33m2025-03-27 10:38:54.498 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration uptime_kuma which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant[0m
[33m2025-03-27 10:38:54.498 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration nordpool which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant[0m
[33m2025-03-27 10:38:54.499 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration adaptive_lighting which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant[0m
[33m2025-03-27 10:38:54.499 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration chime_tts which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant[0m
[33m2025-03-27 10:38:54.500 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant[0m
[33m2025-03-27 10:38:54.501 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration battery_notes which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant[0m
[33m2025-03-27 10:38:54.501 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration afvalwijzer which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant[0m
[33m2025-03-27 10:38:54.501 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration spook_inverse which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant[0m
[33m2025-03-27 10:38:54.502 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration multiscrape which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant[0m
[33m2025-03-27 10:38:54.502 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration entsoe which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant[0m
[33m2025-03-27 10:38:54.503 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration smartthinq_sensors which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant[0m
[33m2025-03-27 10:38:54.504 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration nodered which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant[0m
[33m2025-03-27 10:38:54.504 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration spook which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant[0m
[32m2025-03-27 10:38:55.285 INFO (MainThread) [homeassistant.setup] Setup of domain http took 0.09 seconds[0m
[32m2025-03-27 10:38:55.285 INFO (MainThread) [homeassistant.setup] Setup of domain system_log took 0.09 seconds[0m
[32m2025-03-27 10:38:55.285 INFO (MainThread) [homeassistant.setup] Setup of domain logger took 0.09 seconds[0m
[32m2025-03-27 10:38:55.285 INFO (MainThread) [homeassistant.setup] Setting up websocket_api[0m
[32m2025-03-27 10:38:55.285 INFO (MainThread) [homeassistant.setup] Setup of domain websocket_api took 0.00 seconds[0m
[32m2025-03-27 10:38:55.285 INFO (MainThread) [homeassistant.setup] Setting up network[0m
[32m2025-03-27 10:38:55.286 INFO (MainThread) [homeassistant.setup] Setup of domain network took 0.00 seconds[0m
[32m2025-03-27 10:38:55.286 INFO (MainThread) [homeassistant.bootstrap] Setting up stage frontend: {'frontend'} | set()
Dependencies: {'onboarding', 'person', 'search', 'lovelace', 'config', 'device_automation', 'diagnostics', 'auth', 'api', 'repairs', 'file_upload', 'image_upload'} | {'system_log', 'http', 'websocket_api'}[0m
[32m2025-03-27 10:38:55.286 INFO (MainThread) [homeassistant.setup] Setting up auth[0m
[32m2025-03-27 10:38:55.287 INFO (MainThread) [homeassistant.setup] Setup of domain auth took 0.00 seconds[0m
[32m2025-03-27 10:38:55.287 INFO (MainThread) [homeassistant.setup] Setting up image_upload[0m
[36m2025-03-27 10:38:55.287 DEBUG (MainThread) [homeassistant.setup] Dependency person will wait for dependencies dict_keys(['image_upload'])[0m
[36m2025-03-27 10:38:55.287 DEBUG (MainThread) [homeassistant.setup] Dependency onboarding will wait for dependencies dict_keys(['auth', 'person'])[0m
[32m2025-03-27 10:38:55.287 INFO (MainThread) [homeassistant.setup] Setting up search[0m
[32m2025-03-27 10:38:55.287 INFO (MainThread) [homeassistant.setup] Setup of domain search took 0.00 seconds[0m
[32m2025-03-27 10:38:55.287 INFO (MainThread) [homeassistant.setup] Setting up file_upload[0m
[32m2025-03-27 10:38:55.288 INFO (MainThread) [homeassistant.setup] Setup of domain file_upload took 0.00 seconds[0m
[36m2025-03-27 10:38:55.288 DEBUG (MainThread) [homeassistant.setup] Dependency lovelace will wait for dependencies dict_keys(['onboarding'])[0m
[32m2025-03-27 10:38:55.288 INFO (MainThread) [homeassistant.setup] Setting up config[0m
[32m2025-03-27 10:38:55.290 INFO (MainThread) [homeassistant.setup] Setup of domain config took 0.00 seconds[0m
[32m2025-03-27 10:38:55.290 INFO (MainThread) [homeassistant.setup] Setting up device_automation[0m
[32m2025-03-27 10:38:55.290 INFO (MainThread) [homeassistant.setup] Setup of domain device_automation took 0.00 seconds[0m
[32m2025-03-27 10:38:55.290 INFO (MainThread) [homeassistant.setup] Setting up diagnostics[0m
[32m2025-03-27 10:38:55.290 INFO (MainThread) [homeassistant.setup] Setup of domain diagnostics took 0.00 seconds[0m
[32m2025-03-27 10:38:55.290 INFO (MainThread) [homeassistant.setup] Setting up api[0m
[32m2025-03-27 10:38:55.292 INFO (MainThread) [homeassistant.setup] Setup of domain api took 0.00 seconds[0m
[32m2025-03-27 10:38:55.292 INFO (MainThread) [homeassistant.setup] Setting up repairs[0m
[32m2025-03-27 10:38:55.292 INFO (MainThread) [homeassistant.setup] Setup of domain repairs took 0.00 seconds[0m
[36m2025-03-27 10:38:55.292 DEBUG (MainThread) [homeassistant.setup] Dependency frontend will wait for dependencies dict_keys(['lovelace', 'onboarding'])[0m
[32m2025-03-27 10:38:55.293 INFO (MainThread) [homeassistant.setup] Setup of domain image_upload took 0.01 seconds[0m
[32m2025-03-27 10:38:55.293 INFO (MainThread) [homeassistant.setup] Setting up person[0m
[32m2025-03-27 10:38:55.294 INFO (MainThread) [homeassistant.setup] Setup of domain person took 0.00 seconds[0m
[32m2025-03-27 10:38:55.294 INFO (MainThread) [homeassistant.setup] Setting up onboarding[0m
[32m2025-03-27 10:38:55.294 INFO (MainThread) [homeassistant.setup] Setup of domain onboarding took 0.00 seconds[0m
[32m2025-03-27 10:38:55.294 INFO (MainThread) [homeassistant.setup] Setting up lovelace[0m
[32m2025-03-27 10:38:55.295 INFO (MainThread) [homeassistant.setup] Setup of domain lovelace took 0.00 seconds[0m
[32m2025-03-27 10:38:55.296 INFO (MainThread) [homeassistant.setup] Setting up frontend[0m
[32m2025-03-27 10:38:55.298 INFO (MainThread) [homeassistant.setup] Setup of domain frontend took 0.00 seconds[0m
[32m2025-03-27 10:38:55.299 INFO (MainThread) [homeassistant.bootstrap] Setting up stage recorder: {'recorder'} | set()
Dependencies: set() | set()[0m
[32m2025-03-27 10:38:55.299 INFO (MainThread) [homeassistant.setup] Setting up recorder[0m
[32m2025-03-27 10:38:55.302 INFO (MainThread) [homeassistant.components.http] Now listening on port 8123[0m
[32m2025-03-27 10:38:55.302 INFO (MainThread) [homeassistant.setup] Setup of domain http took 0.00 seconds[0m
[32m2025-03-27 10:38:55.652 INFO (MainThread) [homeassistant.setup] Setup of domain recorder took 0.35 seconds[0m
[32m2025-03-27 10:38:55.652 INFO (MainThread) [homeassistant.bootstrap] Nothing to set up in stage debugger: {'debugpy'}[0m
[32m2025-03-27 10:38:55.653 INFO (MainThread) [homeassistant.bootstrap] Setting up stage zeroconf: {'zeroconf'} | set()
Dependencies: set() | {'http', 'api', 'network', 'websocket_api'}[0m
[32m2025-03-27 10:38:55.653 INFO (MainThread) [homeassistant.setup] Setting up zeroconf[0m
[32m2025-03-27 10:38:55.658 INFO (MainThread) [homeassistant.components.zeroconf] Starting Zeroconf broadcast[0m
[32m2025-03-27 10:38:55.658 INFO (MainThread) [homeassistant.setup] Setup of domain zeroconf took 0.01 seconds[0m
[32m2025-03-27 10:38:55.658 INFO (MainThread) [homeassistant.bootstrap] Setting up stage 1: {'usb', 'dhcp', 'hassio', 'cloud', 'bluetooth', 'ssdp'} | set()
Dependencies: {'google_assistant', 'conversation', 'matter', 'intent', 'stt', 'assist_pipeline', 'webhook', 'wake_word', 'tts', 'ffmpeg', 'camera', 'backup'} | {'network', 'auth', 'repairs', 'websocket_api', 'http'}[0m
[36m2025-03-27 10:38:55.658 DEBUG (MainThread) [homeassistant.setup] Dependency conversation will wait for dependencies dict_keys(['intent'])[0m
[36m2025-03-27 10:38:55.658 DEBUG (MainThread) [homeassistant.setup] Dependency tts will wait for dependencies dict_keys(['ffmpeg'])[0m
[36m2025-03-27 10:38:55.659 DEBUG (MainThread) [homeassistant.setup] Dependency google_assistant will wait for after dependencies dict_keys(['camera', 'matter'])[0m
[36m2025-03-27 10:38:55.659 DEBUG (MainThread) [homeassistant.setup] Dependency matter will wait for after dependencies dict_keys(['hassio'])[0m
[32m2025-03-27 10:38:55.659 INFO (MainThread) [homeassistant.setup] Setting up webhook[0m
[32m2025-03-27 10:38:55.659 INFO (MainThread) [homeassistant.setup] Setup of domain webhook took 0.00 seconds[0m
[36m2025-03-27 10:38:55.659 DEBUG (MainThread) [homeassistant.setup] Dependency cloud will wait for after dependencies dict_keys(['assist_pipeline', 'backup', 'google_assistant'])[0m
[36m2025-03-27 10:38:55.659 DEBUG (MainThread) [homeassistant.setup] Dependency bluetooth will wait for dependencies dict_keys(['usb'])[0m
[36m2025-03-27 10:38:55.660 DEBUG (MainThread) [homeassistant.setup] Dependency backup will wait for after dependencies dict_keys(['hassio'])[0m
[36m2025-03-27 10:38:55.660 DEBUG (MainThread) [homeassistant.setup] Dependency assist_pipeline will wait for dependencies dict_keys(['conversation', 'stt', 'tts', 'wake_word'])[0m
[32m2025-03-27 10:38:55.660 INFO (MainThread) [homeassistant.setup] Setting up hassio[0m
[32m2025-03-27 10:38:55.681 INFO (MainThread) [homeassistant.setup] Setting up intent[0m
[32m2025-03-27 10:38:55.681 INFO (MainThread) [homeassistant.setup] Setup of domain intent took 0.00 seconds[0m
[32m2025-03-27 10:38:55.690 INFO (MainThread) [homeassistant.setup] Setting up stt[0m
[32m2025-03-27 10:38:55.690 INFO (MainThread) [homeassistant.setup] Setup of domain stt took 0.00 seconds[0m
[32m2025-03-27 10:38:55.695 INFO (MainThread) [homeassistant.setup] Setting up ffmpeg[0m
[32m2025-03-27 10:38:55.695 INFO (MainThread) [homeassistant.setup] Setup of domain ffmpeg took 0.00 seconds[0m
[32m2025-03-27 10:38:55.824 INFO (MainThread) [homeassistant.setup] Setting up camera[0m
[32m2025-03-27 10:38:55.826 INFO (MainThread) [homeassistant.setup] Setup of domain camera took 0.00 seconds[0m
[32m2025-03-27 10:38:55.826 INFO (MainThread) [homeassistant.setup] Setting up wake_word[0m
[32m2025-03-27 10:38:55.826 INFO (MainThread) [homeassistant.setup] Setup of domain wake_word took 0.00 seconds[0m
[32m2025-03-27 10:38:55.832 INFO (MainThread) [homeassistant.setup] Setup of domain hassio took 0.17 seconds[0m
[32m2025-03-27 10:38:55.843 INFO (MainThread) [homeassistant.setup] Setting up usb[0m
[32m2025-03-27 10:38:55.844 INFO (MainThread) [homeassistant.setup] Setup of domain usb took 0.00 seconds[0m
[36m2025-03-27 10:38:55.886 DEBUG (MainThread) [homeassistant.setup] Adding wait for wait_import_platforms for hassio (01JHDZP9RGW34BP3R20RJ09CVZ) of 0.00[0m
[32m2025-03-27 10:38:55.887 INFO (MainThread) [homeassistant.setup] Setting up binary_sensor[0m
[32m2025-03-27 10:38:55.887 INFO (MainThread) [homeassistant.setup] Setup of domain binary_sensor took 0.00 seconds[0m
[36m2025-03-27 10:38:55.887 DEBUG (MainThread) [homeassistant.setup] Adding wait for wait_base_component for hassio (01JHDZP9RGW34BP3R20RJ09CVZ) of 0.00[0m
[32m2025-03-27 10:38:55.887 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up hassio.binary_sensor[0m
[32m2025-03-27 10:38:55.888 INFO (MainThread) [homeassistant.setup] Setting up sensor[0m
[32m2025-03-27 10:38:55.889 INFO (MainThread) [homeassistant.setup] Setup of domain sensor took 0.00 seconds[0m
[36m2025-03-27 10:38:55.889 DEBUG (MainThread) [homeassistant.setup] Adding wait for wait_base_component for hassio (01JHDZP9RGW34BP3R20RJ09CVZ) of 0.00[0m
[32m2025-03-27 10:38:55.889 INFO (MainThread) [homeassistant.components.sensor] Setting up hassio.sensor[0m
[32m2025-03-27 10:38:55.897 INFO (MainThread) [homeassistant.setup] Setting up update[0m
[32m2025-03-27 10:38:55.897 INFO (MainThread) [homeassistant.setup] Setup of domain update took 0.00 seconds[0m
[36m2025-03-27 10:38:55.899 DEBUG (MainThread) [homeassistant.setup] Adding wait for wait_base_component for hassio (01JHDZP9RGW34BP3R20RJ09CVZ) of 0.00[0m
[32m2025-03-27 10:38:55.906 INFO (MainThread) [homeassistant.components.update] Setting up hassio.update[0m
[36m2025-03-27 10:38:55.910 DEBUG (MainThread) [homeassistant.setup] Phase config_entry_setup for hassio (01JHDZP9RGW34BP3R20RJ09CVZ) took 0.08s (elapsed=0.08s) (wait_time=0.00s)[0m
[32m2025-03-27 10:38:55.921 INFO (MainThread) [homeassistant.setup] Setting up backup[0m
[32m2025-03-27 10:38:55.926 INFO (MainThread) [homeassistant.setup] Setup of domain backup took 0.00 seconds[0m
[36m2025-03-27 10:38:56.168 DEBUG (MainThread) [homeassistant.bootstrap] Waiting on tasks: {<Task pending name='setup component matter' coro=<async_setup_component() running at /usr/src/homeassistant/homeassistant/setup.py:171> wait_for=<Future pending cb=[_chain_future.<locals>._call_check_cancel() at /usr/local/lib/python3.13/asyncio/futures.py:384, Task.task_wakeup()]> cb=[set.remove(), gather.<locals>._done_callback() at /usr/local/lib/python3.13/asyncio/tasks.py:820]>, <Task pending name='setup component dhcp' coro=<async_setup_component() running at /usr/src/homeassistant/homeassistant/setup.py:171> wait_for=<Future pending cb=[_chain_future.<locals>._call_check_cancel() at /usr/local/lib/python3.13/asyncio/futures.py:384, Task.task_wakeup()]> cb=[set.remove(), gather.<locals>._done_callback() at /usr/local/lib/python3.13/asyncio/tasks.py:820]>, <Task pending name='setup component cloud' coro=<async_setup_component() running at /usr/src/homeassistant/homeassistant/setup.py:171> wait_for=<_GatheringFuture pending cb=[Task.task_wakeup()]> cb=[set.remove(), gather.<locals>._done_callback() at /usr/local/lib/python3.13/asyncio/tasks.py:820]>, <Task pending name='setup component google_assistant' coro=<async_setup_component() running at /usr/src/homeassistant/homeassistant/setup.py:171> wait_for=<_GatheringFuture pending cb=[Task.task_wakeup()]> cb=[set.remove(), gather.<locals>._done_callback() at /usr/local/lib/python3.13/asyncio/tasks.py:820]>, <Task pending name='setup component ssdp' coro=<async_setup_component() running at /usr/src/homeassistant/homeassistant/setup.py:171> wait_for=<Future pending cb=[_chain_future.<locals>._call_check_cancel() at /usr/local/lib/python3.13/asyncio/futures.py:384, Task.task_wakeup()]> cb=[set.remove(), gather.<locals>._done_callback() at /usr/local/lib/python3.13/asyncio/tasks.py:820]>, <Task pending name='setup component bluetooth' coro=<async_setup_component() running at /usr/src/homeassistant/homeassistant/setup.py:171> wait_for=<Future pending cb=[_chain_future.<locals>._call_check_cancel() at /usr/local/lib/python3.13/asyncio/futures.py:384, Task.task_wakeup()]> cb=[set.remove(), gather.<locals>._done_callback() at /usr/local/lib/python3.13/asyncio/tasks.py:820]>, <Task pending name='setup component conversation' coro=<async_setup_component() running at /usr/src/homeassistant/homeassistant/setup.py:171> wait_for=<Future pending cb=[_chain_future.<locals>._call_check_cancel() at /usr/local/lib/python3.13/asyncio/futures.py:384, Task.task_wakeup()]> cb=[set.remove(), gather.<locals>._done_callback() at /usr/local/lib/python3.13/asyncio/tasks.py:820]>, <Task pending name='setup component backup' coro=<async_setup_component() running at /usr/src/homeassistant/homeassistant/setup.py:171> wait_for=<_GatheringFuture pending cb=[Task.task_wakeup()]> cb=[set.remove(), gather.<locals>._done_callback() at /usr/local/lib/python3.13/asyncio/tasks.py:820]>, <Task pending name='setup component tts' coro=<async_setup_component() running at /usr/src/homeassistant/homeassistant/setup.py:171> wait_for=<Future pending cb=[_chain_future.<locals>._call_check_cancel() at /usr/local/lib/python3.13/asyncio/futures.py:384, Task.task_wakeup()]> cb=[set.remove(), gather.<locals>._done_callback() at /usr/local/lib/python3.13/asyncio/tasks.py:820]>, <Task pending name='setup component assist_pipeline' coro=<async_setup_component() running at /usr/src/homeassistant/homeassistant/setup.py:171> wait_for=<_GatheringFuture pending cb=[Task.task_wakeup()]> cb=[set.remove(), gather.<locals>._done_callback() at /usr/local/lib/python3.13/asyncio/tasks.py:820]>}[0m
[36m2025-03-27 10:38:56.169 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'assist_pipeline': <assist_pipeline: 0 / 1>}[0m
[32m2025-03-27 10:38:56.428 INFO (MainThread) [homeassistant.setup] Setting up dhcp[0m
[32m2025-03-27 10:38:56.428 INFO (MainThread) [homeassistant.setup] Setup of domain dhcp took 0.00 seconds[0m
[32m2025-03-27 10:38:56.447 INFO (MainThread) [homeassistant.setup] Setting up ssdp[0m
[32m2025-03-27 10:38:56.462 INFO (MainThread) [homeassistant.setup] Setup of domain ssdp took 0.02 seconds[0m
[32m2025-03-27 10:38:56.499 INFO (MainThread) [homeassistant.setup] Setting up conversation[0m
[32m2025-03-27 10:38:56.539 INFO (MainThread) [homeassistant.setup] Setup of domain conversation took 0.04 seconds[0m
[32m2025-03-27 10:38:56.539 INFO (MainThread) [homeassistant.setup] Setting up tts[0m
[32m2025-03-27 10:38:56.558 INFO (MainThread) [homeassistant.setup] Setup of domain tts took 0.02 seconds[0m
[32m2025-03-27 10:38:56.558 INFO (MainThread) [homeassistant.setup] Setting up assist_pipeline[0m
[32m2025-03-27 10:38:56.559 INFO (MainThread) [homeassistant.setup] Setup of domain assist_pipeline took 0.00 seconds[0m
[32m2025-03-27 10:38:56.586 INFO (MainThread) [homeassistant.setup] Setting up bluetooth[0m
[32m2025-03-27 10:38:56.628 INFO (MainThread) [homeassistant.setup] Setup of domain bluetooth took 0.04 seconds[0m
[36m2025-03-27 10:38:57.175 DEBUG (MainThread) [homeassistant.bootstrap] Waiting on tasks: {<Task pending name='setup component matter' coro=<async_setup_component() running at /usr/src/homeassistant/homeassistant/setup.py:171> wait_for=<Future pending cb=[_chain_future.<locals>._call_check_cancel() at /usr/local/lib/python3.13/asyncio/futures.py:384, Task.task_wakeup()]> cb=[set.remove(), gather.<locals>._done_callback() at /usr/local/lib/python3.13/asyncio/tasks.py:820]>, <Task pending name='setup component cloud' coro=<async_setup_component() running at /usr/src/homeassistant/homeassistant/setup.py:171> wait_for=<_GatheringFuture pending cb=[Task.task_wakeup()]> cb=[set.remove(), gather.<locals>._done_callback() at /usr/local/lib/python3.13/asyncio/tasks.py:820]>, <Task pending name='setup component google_assistant' coro=<async_setup_component() running at /usr/src/homeassistant/homeassistant/setup.py:171> wait_for=<_GatheringFuture pending cb=[Task.task_wakeup()]> cb=[set.remove(), gather.<locals>._done_callback() at /usr/local/lib/python3.13/asyncio/tasks.py:820]>, <Task pending name='setup component backup' coro=<async_setup_component() running at /usr/src/homeassistant/homeassistant/setup.py:171> wait_for=<_GatheringFuture pending cb=[Task.task_wakeup()]> cb=[set.remove(), gather.<locals>._done_callback() at /usr/local/lib/python3.13/asyncio/tasks.py:820]>}[0m
[36m2025-03-27 10:38:57.175 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>}[0m
[32m2025-03-27 10:38:57.901 INFO (MainThread) [homeassistant.setup] Setting up matter[0m
[32m2025-03-27 10:38:57.901 INFO (MainThread) [homeassistant.setup] Setup of domain matter took 0.00 seconds[0m
[36m2025-03-27 10:38:57.904 DEBUG (MainThread) [homeassistant.setup] Adding wait for wait_import_platforms for backup (01JQA8JD6PY4MH5AAPZYEZ8XYS) of 0.00[0m
[32m2025-03-27 10:38:57.904 INFO (MainThread) [homeassistant.components.sensor] Setting up backup.sensor[0m
[36m2025-03-27 10:38:57.905 DEBUG (MainThread) [homeassistant.setup] Phase config_entry_setup for backup (01JQA8JD6PY4MH5AAPZYEZ8XYS) took 0.00s (elapsed=0.00s) (wait_time=0.00s)[0m
[32m2025-03-27 10:38:57.910 INFO (MainThread) [matter_server.client.connection] Connected to Matter Fabric 2 (14697550914798050183), Schema version 11, CHIP SDK Version 2024.11.4[0m
[32m2025-03-27 10:38:57.954 INFO (MainThread) [matter_server.client] Matter client initialized.[0m
[36m2025-03-27 10:38:57.956 DEBUG (MainThread) [homeassistant.setup] Adding wait for wait_import_platforms for matter (01JHK3KY65V6NQ2ATXVAEF2TS3) of 0.00[0m
[32m2025-03-27 10:38:57.956 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up matter.binary_sensor[0m
[32m2025-03-27 10:38:57.957 INFO (MainThread) [homeassistant.setup] Setting up button[0m
[32m2025-03-27 10:38:57.957 INFO (MainThread) [homeassistant.setup] Setup of domain button took 0.00 seconds[0m
[36m2025-03-27 10:38:57.957 DEBUG (MainThread) [homeassistant.setup] Adding wait for wait_base_component for matter (01JHK3KY65V6NQ2ATXVAEF2TS3) of 0.00[0m
[32m2025-03-27 10:38:57.957 INFO (MainThread) [homeassistant.components.button] Setting up matter.button[0m
[32m2025-03-27 10:38:57.957 INFO (MainThread) [homeassistant.setup] Setting up climate[0m
[32m2025-03-27 10:38:57.959 INFO (MainThread) [homeassistant.setup] Setup of domain climate took 0.00 seconds[0m
[36m2025-03-27 10:38:57.959 DEBUG (MainThread) [homeassistant.setup] Adding wait for wait_base_component for matter (01JHK3KY65V6NQ2ATXVAEF2TS3) of 0.00[0m
[32m2025-03-27 10:38:57.959 INFO (MainThread) [homeassistant.components.climate] Setting up matter.climate[0m
[32m2025-03-27 10:38:57.959 INFO (MainThread) [homeassistant.setup] Setting up cover[0m
[32m2025-03-27 10:38:57.959 INFO (MainThread) [homeassistant.setup] Setup of domain cover took 0.00 seconds[0m
[36m2025-03-27 10:38:57.960 DEBUG (MainThread) [homeassistant.setup] Adding wait for wait_base_component for matter (01JHK3KY65V6NQ2ATXVAEF2TS3) of 0.00[0m
[32m2025-03-27 10:38:57.960 INFO (MainThread) [homeassistant.components.cover] Setting up matter.cover[0m
[32m2025-03-27 10:38:57.960 INFO (MainThread) [homeassistant.setup] Setting up event[0m
[32m2025-03-27 10:38:57.960 INFO (MainThread) [homeassistant.setup] Setup of domain event took 0.00 seconds[0m
[36m2025-03-27 10:38:57.960 DEBUG (MainThread) [homeassistant.setup] Adding wait for wait_base_component for matter (01JHK3KY65V6NQ2ATXVAEF2TS3) of 0.00[0m
[32m2025-03-27 10:38:57.960 INFO (MainThread) [homeassistant.components.event] Setting up matter.event[0m
[32m2025-03-27 10:38:57.960 INFO (MainThread) [homeassistant.setup] Setting up fan[0m
[32m2025-03-27 10:38:57.961 INFO (MainThread) [homeassistant.setup] Setup of domain fan took 0.00 seconds[0m
[36m2025-03-27 10:38:57.961 DEBUG (MainThread) [homeassistant.setup] Adding wait for wait_base_component for matter (01JHK3KY65V6NQ2ATXVAEF2TS3) of 0.00[0m
[32m2025-03-27 10:38:57.961 INFO (MainThread) [homeassistant.components.fan] Setting up matter.fan[0m
[32m2025-03-27 10:38:57.963 INFO (MainThread) [homeassistant.setup] Setting up light[0m
[32m2025-03-27 10:38:57.965 INFO (MainThread) [homeassistant.setup] Setup of domain light took 0.00 seconds[0m
[36m2025-03-27 10:38:57.965 DEBUG (MainThread) [homeassistant.setup] Adding wait for wait_base_component for matter (01JHK3KY65V6NQ2ATXVAEF2TS3) of 0.00[0m
[32m2025-03-27 10:38:57.965 INFO (MainThread) [homeassistant.components.light] Setting up matter.light[0m
[32m2025-03-27 10:38:57.965 INFO (MainThread) [homeassistant.setup] Setting up lock[0m
[32m2025-03-27 10:38:57.965 INFO (MainThread) [homeassistant.setup] Setup of domain lock took 0.00 seconds[0m
[36m2025-03-27 10:38:57.965 DEBUG (MainThread) [homeassistant.setup] Adding wait for wait_base_component for matter (01JHK3KY65V6NQ2ATXVAEF2TS3) of 0.00[0m
[32m2025-03-27 10:38:57.965 INFO (MainThread) [homeassistant.components.lock] Setting up matter.lock[0m
[32m2025-03-27 10:38:57.966 INFO (MainThread) [homeassistant.setup] Setting up number[0m
[32m2025-03-27 10:38:57.966 INFO (MainThread) [homeassistant.setup] Setup of domain number took 0.00 seconds[0m
[36m2025-03-27 10:38:57.966 DEBUG (MainThread) [homeassistant.setup] Adding wait for wait_base_component for matter (01JHK3KY65V6NQ2ATXVAEF2TS3) of 0.00[0m
[32m2025-03-27 10:38:57.966 INFO (MainThread) [homeassistant.components.number] Setting up matter.number[0m
[32m2025-03-27 10:38:57.966 INFO (MainThread) [homeassistant.setup] Setting up select[0m
[32m2025-03-27 10:38:57.967 INFO (MainThread) [homeassistant.setup] Setup of domain select took 0.00 seconds[0m
[36m2025-03-27 10:38:57.967 DEBUG (MainThread) [homeassistant.setup] Adding wait for wait_base_component for matter (01JHK3KY65V6NQ2ATXVAEF2TS3) of 0.00[0m
[32m2025-03-27 10:38:57.967 INFO (MainThread) [homeassistant.components.select] Setting up matter.select[0m
[32m2025-03-27 10:38:57.967 INFO (MainThread) [homeassistant.components.sensor] Setting up matter.sensor[0m
[36m2025-03-27 10:38:57.967 DEBUG (MainThread) [homeassistant.setup] Dependency switch will wait for after dependencies dict_keys(['switch_as_x'])[0m
[32m2025-03-27 10:38:57.967 INFO (MainThread) [homeassistant.components.update] Setting up matter.update[0m
[32m2025-03-27 10:38:57.967 INFO (MainThread) [homeassistant.setup] Setting up vacuum[0m
[32m2025-03-27 10:38:57.968 INFO (MainThread) [homeassistant.setup] Setup of domain vacuum took 0.00 seconds[0m
[36m2025-03-27 10:38:57.968 DEBUG (MainThread) [homeassistant.setup] Adding wait for wait_base_component for matter (01JHK3KY65V6NQ2ATXVAEF2TS3) of 0.00[0m
[32m2025-03-27 10:38:57.968 INFO (MainThread) [homeassistant.components.vacuum] Setting up matter.vacuum[0m
[32m2025-03-27 10:38:57.969 INFO (MainThread) [homeassistant.setup] Setting up valve[0m
[32m2025-03-27 10:38:57.969 INFO (MainThread) [homeassistant.setup] Setup of domain valve took 0.00 seconds[0m
[36m2025-03-27 10:38:57.969 DEBUG (MainThread) [homeassistant.setup] Adding wait for wait_base_component for matter (01JHK3KY65V6NQ2ATXVAEF2TS3) of 0.00[0m
[32m2025-03-27 10:38:57.969 INFO (MainThread) [homeassistant.components.valve] Setting up matter.valve[0m
[36m2025-03-27 10:38:58.175 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 0.27426600100443466})[0m
[36m2025-03-27 10:38:58.175 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:38:59.176 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 1.2753911660038284})[0m
[36m2025-03-27 10:38:59.177 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:39:00.178 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 2.276706804004789})[0m
[36m2025-03-27 10:39:00.178 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:39:01.178 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 3.2773860760062234})[0m
[36m2025-03-27 10:39:01.178 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:39:02.180 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 4.278640800002904})[0m
[36m2025-03-27 10:39:02.180 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:39:03.180 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 5.279353898004047})[0m
[36m2025-03-27 10:39:03.180 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:39:04.182 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 6.280787392999628})[0m
[36m2025-03-27 10:39:04.182 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:39:05.184 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 7.282853515003808})[0m
[36m2025-03-27 10:39:05.184 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:39:06.185 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 8.28389956200408})[0m
[36m2025-03-27 10:39:06.185 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:39:07.186 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 9.285124985006405})[0m
[36m2025-03-27 10:39:07.186 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:39:08.187 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 10.286430898006074})[0m
[36m2025-03-27 10:39:08.188 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:39:09.189 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 11.287885147001361})[0m
[36m2025-03-27 10:39:09.189 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:39:10.190 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 12.289110719000746})[0m
[36m2025-03-27 10:39:10.190 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:39:11.191 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 13.290119255005266})[0m
[36m2025-03-27 10:39:11.191 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:39:12.192 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 14.291386725002667})[0m
[36m2025-03-27 10:39:12.192 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:39:13.194 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 15.292794512002729})[0m
[36m2025-03-27 10:39:13.194 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:39:14.195 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 16.29384923500038})[0m
[36m2025-03-27 10:39:14.195 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:39:15.196 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 17.295024322003883})[0m
[36m2025-03-27 10:39:15.196 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:39:16.197 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 18.29650655900332})[0m
[36m2025-03-27 10:39:16.198 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:39:17.199 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 19.297788871001103})[0m
[36m2025-03-27 10:39:17.199 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:39:18.199 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 20.298495252005523})[0m
[36m2025-03-27 10:39:18.200 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:39:19.201 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 21.29985431300156})[0m
[36m2025-03-27 10:39:19.201 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:39:20.202 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 22.30112047700095})[0m
[36m2025-03-27 10:39:20.202 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:39:21.203 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 23.302424635003263})[0m
[36m2025-03-27 10:39:21.204 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[32m2025-03-27 10:39:21.743 INFO (SyncWorker_15) [homeassistant.loader] Loaded dsmr_reader from homeassistant.components.dsmr_reader[0m
[36m2025-03-27 10:39:22.204 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 24.303514056002314})[0m
[36m2025-03-27 10:39:22.205 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:39:23.205 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 25.304519716999494})[0m
[36m2025-03-27 10:39:23.206 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:39:24.207 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 26.305924248001247})[0m
[36m2025-03-27 10:39:24.207 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:39:25.208 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 27.306930441001896})[0m
[36m2025-03-27 10:39:25.208 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:39:26.209 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 28.307896799000446})[0m
[36m2025-03-27 10:39:26.209 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:39:27.210 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 29.3086905070013})[0m
[36m2025-03-27 10:39:27.210 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:39:28.210 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 30.309380821003288})[0m
[36m2025-03-27 10:39:28.211 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:39:29.211 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 31.31002074900607})[0m
[36m2025-03-27 10:39:29.211 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:39:30.213 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 32.31217404400377})[0m
[36m2025-03-27 10:39:30.213 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:39:31.214 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 33.312948131002486})[0m
[36m2025-03-27 10:39:31.214 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:39:32.215 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 34.31415233300504})[0m
[36m2025-03-27 10:39:32.215 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:39:33.217 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 35.31573065699922})[0m
[36m2025-03-27 10:39:33.217 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:39:34.218 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 36.31682445500337})[0m
[36m2025-03-27 10:39:34.218 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:39:35.220 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 37.31936661200598})[0m
[36m2025-03-27 10:39:35.220 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:39:36.222 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 38.32152004400268})[0m
[36m2025-03-27 10:39:36.223 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:39:37.224 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 39.322720133000985})[0m
[36m2025-03-27 10:39:37.224 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:39:38.225 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 40.324105350002355})[0m
[36m2025-03-27 10:39:38.225 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:39:39.226 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 41.32513348700013})[0m
[36m2025-03-27 10:39:39.226 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:39:40.228 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 42.327538880002976})[0m
[36m2025-03-27 10:39:40.229 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:39:41.231 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 43.32991562499956})[0m
[36m2025-03-27 10:39:41.231 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:39:42.232 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 44.33122627900593})[0m
[36m2025-03-27 10:39:42.232 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:39:43.233 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 45.33235477000562})[0m
[36m2025-03-27 10:39:43.233 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:39:44.234 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 46.33302429000469})[0m
[36m2025-03-27 10:39:44.234 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:39:45.235 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 47.33437924300233})[0m
[36m2025-03-27 10:39:45.236 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:39:46.236 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 48.33526714700565})[0m
[36m2025-03-27 10:39:46.236 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:39:47.237 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 49.33643085400399})[0m
[36m2025-03-27 10:39:47.238 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:39:48.239 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 50.33776010500151})[0m
[36m2025-03-27 10:39:48.239 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:39:49.240 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 51.33952042100282})[0m
[36m2025-03-27 10:39:49.241 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:39:50.242 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 52.34115757300606})[0m
[36m2025-03-27 10:39:50.242 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:39:51.243 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 53.34232340900053})[0m
[36m2025-03-27 10:39:51.243 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:39:52.245 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 54.34394200400129})[0m
[36m2025-03-27 10:39:52.245 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:39:53.246 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 55.344755976999295})[0m
[36m2025-03-27 10:39:53.246 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:39:54.247 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 56.34565675400518})[0m
[36m2025-03-27 10:39:54.247 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:39:55.248 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 57.34711862200493})[0m
[33m2025-03-27 10:39:55.248 WARNING (MainThread) [homeassistant.bootstrap] Waiting on integrations to complete setup: {('matter', '01JHK3KY65V6NQ2ATXVAEF2TS3'): 40500.853722117}[0m
[36m2025-03-27 10:39:55.248 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:39:56.249 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 58.348349220003})[0m
[36m2025-03-27 10:39:56.249 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:39:57.251 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 59.35010406100628})[0m
[36m2025-03-27 10:39:57.251 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:39:58.252 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 60.35085274400626})[0m
[36m2025-03-27 10:39:58.252 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:39:59.253 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 61.352489081000385})[0m
[36m2025-03-27 10:39:59.254 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:40:00.255 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 62.353628693002975})[0m
[36m2025-03-27 10:40:00.255 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:40:01.255 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 63.35423143100343})[0m
[36m2025-03-27 10:40:01.255 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:40:02.256 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 64.35488388300291})[0m
[36m2025-03-27 10:40:02.256 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:40:03.257 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 65.3563462250022})[0m
[36m2025-03-27 10:40:03.257 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:40:04.258 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 66.35743397100305})[0m
[36m2025-03-27 10:40:04.259 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:40:05.260 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 67.35875930399925})[0m
[36m2025-03-27 10:40:05.260 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:40:06.262 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 68.36090606400103})[0m
[36m2025-03-27 10:40:06.262 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:40:07.263 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 69.36238686800061})[0m
[36m2025-03-27 10:40:07.264 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:40:08.265 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 70.36369791600009})[0m
[36m2025-03-27 10:40:08.265 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:40:09.265 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 71.36424343399995})[0m
[36m2025-03-27 10:40:09.265 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:40:10.266 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 72.36491778500204})[0m
[36m2025-03-27 10:40:10.266 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:40:11.267 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 73.36563860200113})[0m
[36m2025-03-27 10:40:11.267 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:40:12.269 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 74.36783165800443})[0m
[36m2025-03-27 10:40:12.269 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:40:13.270 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 75.3693922320017})[0m
[36m2025-03-27 10:40:13.270 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:40:14.271 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 76.3700976120017})[0m
[36m2025-03-27 10:40:14.271 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:40:15.272 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 77.37120159600454})[0m
[36m2025-03-27 10:40:15.272 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:40:16.274 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 78.373125214006})[0m
[36m2025-03-27 10:40:16.274 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:40:17.275 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 79.37438349900185})[0m
[36m2025-03-27 10:40:17.275 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:40:18.276 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 80.37504868700489})[0m
[36m2025-03-27 10:40:18.276 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:40:19.278 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 81.37671319000219})[0m
[36m2025-03-27 10:40:19.278 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:40:20.279 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 82.37849039200228})[0m
[36m2025-03-27 10:40:20.280 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:40:21.280 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 83.37955804400553})[0m
[36m2025-03-27 10:40:21.281 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:40:22.282 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 84.38090594400273})[0m
[36m2025-03-27 10:40:22.282 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:40:23.283 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 85.38188636300038})[0m
[36m2025-03-27 10:40:23.283 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:40:24.284 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 86.3830600479996})[0m
[36m2025-03-27 10:40:24.284 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:40:25.285 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 87.3836869930019})[0m
[36m2025-03-27 10:40:25.285 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:40:26.285 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 88.38441525200324})[0m
[36m2025-03-27 10:40:26.286 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:40:27.287 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 89.38626624400058})[0m
[36m2025-03-27 10:40:27.287 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:40:28.289 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 90.38792112000374})[0m
[36m2025-03-27 10:40:28.289 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:40:29.290 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 91.38924042600411})[0m
[36m2025-03-27 10:40:29.290 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:40:30.291 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 92.39048510900466})[0m
[36m2025-03-27 10:40:30.292 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:40:31.293 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 93.39204963100201})[0m
[36m2025-03-27 10:40:31.293 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:40:32.294 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 94.39337559200067})[0m
[36m2025-03-27 10:40:32.294 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:40:33.295 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 95.39435524000146})[0m
[36m2025-03-27 10:40:33.295 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:40:34.297 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 96.39606725200429})[0m
[36m2025-03-27 10:40:34.297 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:40:35.299 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 97.3980093640057})[0m
[36m2025-03-27 10:40:35.299 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:40:36.300 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 98.39901484300208})[0m
[36m2025-03-27 10:40:36.300 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:40:37.301 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 99.4002036400052})[0m
[36m2025-03-27 10:40:37.301 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:40:38.302 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 100.40097012600017})[0m
[36m2025-03-27 10:40:38.302 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:40:39.303 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 101.40253532100178})[0m
[36m2025-03-27 10:40:39.304 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:40:40.304 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 102.40339338200283})[0m
[36m2025-03-27 10:40:40.304 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:40:41.305 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 103.40414264900028})[0m
[36m2025-03-27 10:40:41.305 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:40:42.306 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 104.40530331899936})[0m
[36m2025-03-27 10:40:42.306 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:40:43.307 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 105.40615059600532})[0m
[36m2025-03-27 10:40:43.307 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:40:44.308 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 106.40720743400016})[0m
[36m2025-03-27 10:40:44.308 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:40:45.310 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 107.40880943400407})[0m
[36m2025-03-27 10:40:45.310 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:40:46.311 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 108.40996859699953})[0m
[36m2025-03-27 10:40:46.311 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:40:47.313 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 109.41249531600624})[0m
[36m2025-03-27 10:40:47.314 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:40:48.314 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 110.41326918000414})[0m
[36m2025-03-27 10:40:48.314 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:40:49.315 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 111.41376051200496})[0m
[36m2025-03-27 10:40:49.315 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:40:50.316 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 112.41553039500286})[0m
[36m2025-03-27 10:40:50.317 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:40:51.319 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 113.4177061060036})[0m
[36m2025-03-27 10:40:51.319 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:40:52.321 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 114.41971667799953})[0m
[36m2025-03-27 10:40:52.321 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:40:53.322 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 115.42101789200387})[0m
[36m2025-03-27 10:40:53.322 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:40:54.324 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 116.4228920010064})[0m
[36m2025-03-27 10:40:54.324 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:40:55.326 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 117.42464244400617})[0m
[33m2025-03-27 10:40:55.326 WARNING (MainThread) [homeassistant.bootstrap] Waiting on integrations to complete setup: {('matter', '01JHK3KY65V6NQ2ATXVAEF2TS3'): 40500.853722117}[0m
[36m2025-03-27 10:40:55.326 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:40:56.327 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 118.42618238300201})[0m
[36m2025-03-27 10:40:56.327 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:40:57.328 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 119.42749801500031})[0m
[36m2025-03-27 10:40:57.329 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:40:58.329 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 120.428128561005})[0m
[36m2025-03-27 10:40:58.329 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:40:59.331 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 121.42968117200508})[0m
[36m2025-03-27 10:40:59.331 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:41:00.332 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 122.43154194499948})[0m
[36m2025-03-27 10:41:00.333 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:41:01.334 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 123.43299367400323})[0m
[36m2025-03-27 10:41:01.334 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:41:02.336 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 124.43467504})[0m
[36m2025-03-27 10:41:02.336 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:41:03.337 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 125.43602015999932})[0m
[36m2025-03-27 10:41:03.337 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:41:04.339 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 126.4380088540056})[0m
[36m2025-03-27 10:41:04.339 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:41:05.340 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 127.43866976600111})[0m
[36m2025-03-27 10:41:05.340 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:41:06.341 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 128.440018815003})[0m
[36m2025-03-27 10:41:06.341 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:41:07.342 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 129.4415078210004})[0m
[36m2025-03-27 10:41:07.343 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:41:08.343 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 130.442497464006})[0m
[36m2025-03-27 10:41:08.344 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:41:09.345 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 131.44398454600014})[0m
[36m2025-03-27 10:41:09.345 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:41:10.347 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 132.44598545100598})[0m
[36m2025-03-27 10:41:10.347 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:41:11.348 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 133.4467189720017})[0m
[36m2025-03-27 10:41:11.348 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:41:12.349 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 134.44852755200554})[0m
[36m2025-03-27 10:41:12.350 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:41:13.351 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 135.44991469500383})[0m
[36m2025-03-27 10:41:13.351 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:41:14.353 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 136.45169937100582})[0m
[36m2025-03-27 10:41:14.353 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:41:15.354 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 137.45325614100148})[0m
[36m2025-03-27 10:41:15.354 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:41:16.356 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 138.45482248600456})[0m
[36m2025-03-27 10:41:16.356 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:41:17.357 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 139.45567913500417})[0m
[36m2025-03-27 10:41:17.357 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:41:18.358 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 140.45697642500454})[0m
[36m2025-03-27 10:41:18.358 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:41:19.359 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 141.45821854500537})[0m
[36m2025-03-27 10:41:19.359 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:41:20.360 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 142.45942272800312})[0m
[36m2025-03-27 10:41:20.361 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:41:21.363 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 143.4617749320023})[0m
[36m2025-03-27 10:41:21.363 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:41:22.364 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 144.46316133000073})[0m
[36m2025-03-27 10:41:22.364 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:41:23.365 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 145.4641109889999})[0m
[36m2025-03-27 10:41:23.365 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:41:24.366 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 146.465477922})[0m
[36m2025-03-27 10:41:24.367 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:41:25.368 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 147.46661634200427})[0m
[36m2025-03-27 10:41:25.368 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:41:26.369 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 148.46759482900234})[0m
[36m2025-03-27 10:41:26.369 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:41:27.370 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 149.46904948100564})[0m
[36m2025-03-27 10:41:27.370 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:41:28.373 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 150.4720859020017})[0m
[36m2025-03-27 10:41:28.373 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:41:29.375 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 151.4735893899997})[0m
[36m2025-03-27 10:41:29.375 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:41:30.377 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 152.4757962030053})[0m
[36m2025-03-27 10:41:30.377 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:41:31.378 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 153.47720362900145})[0m
[36m2025-03-27 10:41:31.378 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:41:32.379 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 154.47812802599947})[0m
[36m2025-03-27 10:41:32.379 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:41:33.380 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 155.47907780000241})[0m
[36m2025-03-27 10:41:33.380 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:41:34.381 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 156.4805054419994})[0m
[36m2025-03-27 10:41:34.382 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[32m2025-03-27 10:41:35.199 INFO (MainThread) [homeassistant.components.webhook] Received message for unregistered webhook c55a0c5d2afdfb49033ca8c65e37ff10f184f38a774a52fd1cac54e36b58e320 from 2a02:a450:314c:10:dc7c:830d:7f7e:5fab[0m
[36m2025-03-27 10:41:35.383 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 157.481874668003})[0m
[36m2025-03-27 10:41:35.383 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:41:36.384 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 158.483475205001})[0m
[36m2025-03-27 10:41:36.385 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:41:37.386 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 159.48479226700147})[0m
[36m2025-03-27 10:41:37.386 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:41:38.386 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 160.4854146630023})[0m
[36m2025-03-27 10:41:38.387 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:41:39.388 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 161.48689377600385})[0m
[36m2025-03-27 10:41:39.388 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:41:40.389 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 162.4883114059994})[0m
[36m2025-03-27 10:41:40.389 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:41:41.390 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 163.48926824900263})[0m
[36m2025-03-27 10:41:41.390 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:41:42.392 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 164.49135677800223})[0m
[36m2025-03-27 10:41:42.392 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:41:43.393 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 165.4921261290001})[0m
[36m2025-03-27 10:41:43.393 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:41:44.395 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 166.49399476500548})[0m
[36m2025-03-27 10:41:44.395 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:41:45.396 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 167.49548608100304})[0m
[36m2025-03-27 10:41:45.397 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:41:46.398 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 168.49660940500326})[0m
[36m2025-03-27 10:41:46.398 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:41:47.400 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 169.49924890100374})[0m
[36m2025-03-27 10:41:47.400 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:41:48.402 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 170.50091815000633})[0m
[36m2025-03-27 10:41:48.402 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:41:49.404 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 171.50289932200394})[0m
[36m2025-03-27 10:41:49.404 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:41:50.405 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 172.50404810400505})[0m
[36m2025-03-27 10:41:50.405 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:41:51.407 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 173.50560440499976})[0m
[36m2025-03-27 10:41:51.407 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:41:52.407 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 174.50642693700502})[0m
[36m2025-03-27 10:41:52.408 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:41:53.409 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 175.5079008400062})[0m
[36m2025-03-27 10:41:53.409 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:41:54.410 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 176.50900440400437})[0m
[36m2025-03-27 10:41:54.410 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:41:55.411 DEBUG (MainThread) [homeassistant.bootstrap] Integration remaining: defaultdict(<class 'float'>, {'matter': 177.5096607960004})[0m
[33m2025-03-27 10:41:55.411 WARNING (MainThread) [homeassistant.bootstrap] Waiting on integrations to complete setup: {('matter', '01JHK3KY65V6NQ2ATXVAEF2TS3'): 40500.853722117}[0m
[36m2025-03-27 10:41:55.411 DEBUG (MainThread) [homeassistant.bootstrap] Running timeout Zones: {'google_assistant': <google_assistant: 0 / 1>, 'cloud': <cloud: 0 / 1>, 'switch': <switch: 0 / 1>}[0m
[36m2025-03-27 10:41:55.661 DEBUG (MainThread) [homeassistant.setup] Adding wait for wait_base_component for matter (01JHK3KY65V6NQ2ATXVAEF2TS3) of 177.69[0m
[36m2025-03-27 10:41:55.662 DEBUG (MainThread) [homeassistant.setup] Phase config_entry_setup for matter (01JHK3KY65V6NQ2ATXVAEF2TS3) took 0.07s (elapsed=177.76s) (wait_time=177.69s)[0m
[31m2025-03-27 10:41:55.662 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry Matter for matter
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/config_entries.py", line 751, in __async_setup_with_context
    result = await component.async_setup_entry(hass, self)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/components/matter/__init__.py", line 153, in async_setup_entry
    await hass.config_entries.async_forward_entry_setups(entry, SUPPORTED_PLATFORMS)
  File "/usr/src/homeassistant/homeassistant/config_entries.py", line 2578, in async_forward_entry_setups
    await self._async_forward_entry_setups_locked(entry, platforms)
  File "/usr/src/homeassistant/homeassistant/config_entries.py", line 2589, in _async_forward_entry_setups_locked
    await asyncio.gather(
    ...<11 lines>...
    )
  File "/usr/src/homeassistant/homeassistant/config_entries.py", line 2653, in _async_forward_entry_setup
    result = await async_setup_component(
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        self.hass, domain, self._hass_config
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File "/usr/src/homeassistant/homeassistant/setup.py", line 191, in async_setup_component
    await future
  File "/usr/src/homeassistant/homeassistant/setup.py", line 171, in async_setup_component
    result = await _async_setup_component(hass, domain, config)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/setup.py", line 332, in _async_setup_component
    await async_process_deps_reqs(hass, config, integration)
  File "/usr/src/homeassistant/homeassistant/setup.py", line 577, in async_process_deps_reqs
    if failed_deps := await _async_process_dependencies(hass, config, integration):
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/setup.py", line 243, in _async_process_dependencies
    results = await asyncio.gather(
              ^^^^^^^^^^^^^^^^^^^^^
        *dependencies_tasks.values(), *after_dependencies_tasks.values()
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
asyncio.exceptions.CancelledError: Global task timeout

@arturpragacz
Copy link
Contributor

Can you post the rest of the log?

@dd310
Copy link
Author

dd310 commented Mar 27, 2025

Here's mine

home-assistant.log

@wilfredktlr
Copy link

Updating to 2025.4.0b4 fixed the issue.

@dd310 dd310 closed this as completed Mar 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants