2022.10: All over the place

Just upgraded to 2022.10 and getting the following timer error which was not present on 2022.9.6. No changes to config.

Any help is appreciated or I’ll be rolling back as I use the timers religiously.

Running the following on dedicated intel NUC:

Home Assistant 2022.10.0
Supervisor 2022.09.1
Operating System 9.0
Frontend 20221005.0 - latest

Logger: homeassistant.setup
Source: helpers/collection.py:182
First occurred: 8:43:59 AM (1 occurrences)
Last logged: 8:43:59 AM

Error during setup of component timer
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/setup.py", line 235, in _async_setup_component
    result = await task
  File "/config/custom_components/timer/__init__.py", line 144, in async_setup
    await yaml_collection.async_load(
  File "/usr/src/homeassistant/homeassistant/helpers/collection.py", line 211, in async_load
    await self.notify_changes(change_sets)
  File "/usr/src/homeassistant/homeassistant/helpers/collection.py", line 161, in notify_changes
    await asyncio.gather(
  File "/usr/src/homeassistant/homeassistant/helpers/collection.py", line 418, in _collection_changed
    for entity in await asyncio.gather(
  File "/usr/src/homeassistant/homeassistant/helpers/collection.py", line 375, in _add_entity
    entities[change_set.item_id] = collection.create_entity(
  File "/usr/src/homeassistant/homeassistant/helpers/collection.py", line 182, in create_entity
    return entity_class.from_yaml(config)
AttributeError: 'function' object has no attribute 'from_yaml'