Errors in HA - Still trying to load OZW even though I've migrated away from it

I’ve searched on here a few times about this over the course of the past few months and there doesn’t seem to be a solid answer about this. I cannot find anything realted to OZW in my system and I don’t really want to start mucking about too much to break it.

But I do feel I need to attack this and get rid of this as it would probably just break something eventually.

This is from my logs:

2023-01-06 13:54:06.715 ERROR (MainThread) [homeassistant.config_entries] Cannot find integration ozw
2023-01-06 13:54:06.824 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/config_entries.py", line 841, in async_create_flow
    integration = await loader.async_get_integration(self.hass, handler_key)
  File "/usr/src/homeassistant/homeassistant/loader.py", line 790, in async_get_integration
    raise int_or_exc
homeassistant.loader.IntegrationNotFound: Integration 'ozw' not found.

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

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/data_entry_flow.py", line 229, in async_init
    flow, result = await task
  File "/usr/src/homeassistant/homeassistant/data_entry_flow.py", line 247, in _async_init
    flow = await self.async_create_flow(handler, context=context, data=data)
  File "/usr/src/homeassistant/homeassistant/config_entries.py", line 844, in async_create_flow
    raise data_entry_flow.UnknownHandler from err
homeassistant.data_entry_flow.UnknownHandler

Anyone have an idea how to clean this up correctly?