Error importing schlage/logbook.py

Hi, new to home assistant and first post, have a clean install and added some integrations including one for Schlage encode plus, I am getting this error and not sure what to do or how to fix, I dont have any experience with code, the lock appears to be working fine but any guidance is much appreciated

Logger: homeassistant.helpers.integration_platform
Source: loader.py:766
First occurred: 7:41:47 PM (6 occurrences)
Last logged: 7:43:11 PM

Unexpected error importing schlage/logbook.py
Unexpected error importing schlage/system_health.py
Unexpected error importing schlage/diagnostics.py
Unexpected error importing schlage/recorder.py
Unexpected error importing schlage/hardware.py
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/helpers/integration_platform.py”, line 40, in _async_process_single_integration_platform_component
platform = integration.get_platform(platform_name)
File “/usr/src/homeassistant/homeassistant/loader.py”, line 749, in get_platform
cache[full_name] = self._import_platform(platform_name)
File “/usr/src/homeassistant/homeassistant/loader.py”, line 766, in _import_platform
return importlib.import_module(f"{self.pkg_path}.{platform_name}")
File “/usr/local/lib/python3.10/importlib/init.py”, line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File “”, line 1050, in _gcd_import
File “”, line 1027, in _find_and_load
File “”, line 1004, in _find_and_load_unlocked
ModuleNotFoundError: No module named ‘custom_components.Schlage.media_source’