Skip to content

[Bug] Missing entities in M2 #8

Description

@rodrigus32

Pre-submission checklist

  • I have searched the existing issues and did not find a duplicate.
  • I am running the latest release of the integration.
  • I have enabled debug logging and captured the relevant lines (instructions below in the Debug logs section).
  • My device works correctly in xTool Studio / XCS (rules out a hardware-side problem).

Bug description

Only have 38 entities on my M2 with 20w/CMYK head. Basic entities like task time, cameras, exhaust fan, etc. are unavailable.

Image

Device model

Other / not listed

Firmware version

40.141.010.01.ht03

Integration version

2.6.5

Home Assistant version

2026.7.4

Steps to reproduce

Add M2 to the integration

Expected behaviour

To show some of the sensors an not unavailable and other sensors shown on the github page.

Actual behaviour

Basic entities like task time, cameras, exhaust fan, etc. are unavailable.

Debug logs

Logger: homeassistant.util.loop
Source: util/loop.py:75
First occurred: 5:54:55 PM (1 occurrence)
Last logged: 5:54:55 PM

Detected blocking call to import_module with args ('custom_components.xtool',) in /usr/src/homeassistant/homeassistant/loader.py, line 1091: ComponentProtocol, importlib.import_module(self.pkg_path) inside the event loop; This is causing stability issues. Please create a bug report at https://github.com/home-assistant/core/issues?q=is%3Aopen+is%3Aissue For developers, please see https://developers.home-assistant.io/docs/asyncio_blocking_operations/#import_module Traceback (most recent call last): File "<frozen runpy>", line 203, in _run_module_as_main File "<frozen runpy>", line 88, in _run_code File "/usr/src/homeassistant/homeassistant/__main__.py", line 227, in <module> sys.exit(main()) File "/usr/src/homeassistant/homeassistant/__main__.py", line 213, in main exit_code = runner.run(runtime_conf) File "/usr/src/homeassistant/homeassistant/runner.py", line 289, in run return loop.run_until_complete(setup_and_run_hass(runtime_config)) File "/usr/local/lib/python3.14/asyncio/base_events.py", line 706, in run_until_complete self.run_forever() File "/usr/local/lib/python3.14/asyncio/base_events.py", line 677, in run_forever self._run_once() File "/usr/local/lib/python3.14/asyncio/base_events.py", line 2056, in _run_once handle._run() File "/usr/local/lib/python3.14/asyncio/events.py", line 94, in _run self._context.run(self._callback, *self._args) File "/usr/src/homeassistant/homeassistant/setup.py", line 168, in async_setup_component result = await _async_setup_component(hass, domain, config) File "/usr/src/homeassistant/homeassistant/setup.py", line 341, in _async_setup_component component = await integration.async_get_component() File "/usr/src/homeassistant/homeassistant/loader.py", line 1043, in async_get_component comp = self._get_component() File "/usr/src/homeassistant/homeassistant/loader.py", line 1091, in _get_component ComponentProtocol, importlib.import_module(self.pkg_path)

Screenshots / additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions