Almond keeps showing up in the error logs

Well, Almond didn’t last. But the errors in the logs do:

Logger: homeassistant.config_entries
Source: config_entries.py:865
First occurred: August 21, 2023 at 19:19:39 (1 occurrences)
Last logged: August 21, 2023 at 19:19:39

Cannot find integration almond

I have no idea what is trying to “find integration almond”, and I haven’t been able to find a mention of almond anywhere in my config/ directory, so I don’t really know what to change to fix this.

Any ideas what this could be?

Settings → Add-ons ?

Settings → Devices and Services ?

No mention of “Almond” in either of those places, and there hasn’t been since “almond” was removed (some time ago now).

Was “Almond” part of what you could add to Wyoming? There’s only “whisper” and “piper” in my current “Wyoming integration”, but I can’t remember if Almond was?

On closer look, there is a more informative error logged. Or, at least one with more information; I’m still not sure what it means.

Logger: homeassistant
Source: config_entries.py:2031
First occurred: 15:18:38 (1 occurrences)
Last logged: 15:18:38

Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/config_entries.py", line 2028, in _load_integration
    integration = await loader.async_get_integration(hass, domain)
                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/loader.py", line 879, in async_get_integration
    raise int_or_exc
homeassistant.loader.IntegrationNotFound: Integration 'almond' not found.

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/config_entries.py", line 847, in async_init
    flow, result = await task
                   ^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/config_entries.py", line 865, in _async_init
    flow = await self.async_create_flow(handler, context=context, data=data)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/config_entries.py", line 967, in async_create_flow
    await _load_integration(self.hass, handler_key, self._hass_config)
  File "/usr/src/homeassistant/homeassistant/config_entries.py", line 2031, in _load_integration
    raise data_entry_flow.UnknownHandler from err
homeassistant.data_entry_flow.UnknownHandler

Any suggestions?

Or maybe just, is there anything I can do to remove whatever remnants were not properly removed?