Did this Feb 2026 update break HTD for anyone else?
I updated and HTD stopped working, I restored back to Jan 2026 and it worked, updated again to 2026 and HTD broke again.
HTD is saying “This entity is no longer being provided by the htd integration. If the entity is no longer in use, delete it in settings.”
The service says it “Failed to set up: Import error”
Log file shows:
Logger: homeassistant.config_entries
Source: config_entries.py:730
First occurred: 8:01:22 AM (1 occurrence)
Last logged: 8:01:22 AM
Error importing platform config_flow from integration htd to set up htd configuration entry: Exception importing custom_components.htd.config_flow
as well as:
Logger: homeassistant.loader
Source: loader.py:1275
First occurred: 8:01:19 AM (5 occurrences)
Last logged: 8:01:45 AM
Unexpected exception importing platform custom_components.htd.config_flow
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/loader.py", line 1275, in _load_platform
cache[full_name] = self._import_platform(platform_name)
~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/loader.py", line 1307, in _import_platform
return importlib.import_module(f"{self.pkg_path}.{platform_name}")
~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/util/loop.py", line 201, in protected_loop_func
return func(*args, **kwargs)
File "/usr/local/lib/python3.13/importlib/__init__.py", line 88, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<frozen importlib._bootstrap>", line 1387, in _gcd_import
File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 1023, in exec_module
File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
File "/config/custom_components/htd/config_flow.py", line 25, in <module>
class HtdConfigFlow(ConfigFlow, domain=DOMAIN):
...<111 lines>...
)
File "/config/custom_components/htd/config_flow.py", line 34, in HtdConfigFlow
self, discovery_info: dhcp.DhcpServiceInfo
^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'homeassistant.components.dhcp' has no attribute 'DhcpServiceInfo'
and:
Logger: homeassistant.config_entries
Source: config_entries.py:3969
First occurred: 8:01:45 AM (1 occurrence)
Last logged: 8:01:45 AM
Error occurred loading flow for integration htd: Exception importing custom_components.htd.config_flow
Anyone have an idea what this means?
