Help! I have no Idea how to locate where this issue is happening

Logger: homeassistant.components.websocket_api.http.connection
Source: components/hassio/init.py:705
Integration: Home Assistant WebSocket API (documentation, issues)
First occurred: 5:34:02 AM (1 occurrences)
Last logged: 5:34:02 AM

[547599179904] The system cannot restart because the configuration is not valid: Integration error: trigger - Integration ‘trigger’ not found. Integration error: hsts - Integration ‘hsts’ not found. Integration error: customize - Integration ‘customize’ not found. Integration error: keyfile - Integration ‘keyfile’ not found. Integration error: action - Integration ‘action’ not found. Integration error: domain - Integration ‘domain’ not found. Integration error: certfile - Integration ‘certfile’ not found.
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/components/websocket_api/commands.py”, line 199, in handle_call_service
await hass.services.async_call(
File “/usr/src/homeassistant/homeassistant/core.py”, line 1713, in async_call
task.result()
File “/usr/src/homeassistant/homeassistant/core.py”, line 1750, in _execute_service
await cast(Callable[[ServiceCall], Awaitable[None]], handler.job.target)(
File “/usr/src/homeassistant/homeassistant/components/hassio/init.py”, line 705, in async_handle_core_service
raise HomeAssistantError(
homeassistant.exceptions.HomeAssistantError: The system cannot restart because the configuration is not valid: Integration error: trigger - Integration ‘trigger’ not found.
Integration error: hsts - Integration ‘hsts’ not found.
Integration error: customize - Integration ‘customize’ not found.
Integration error: keyfile - Integration ‘keyfile’ not found.
Integration error: action - Integration ‘action’ not found.
Integration error: domain - Integration ‘domain’ not found.
Integration error: certfile - Integration ‘certfile’ not found.

One of your automations is not indented correctly (automations.yaml).

Search the file for “‘hsts”.

You need to look in the last place you made any changes. if you can’t find the typo there then you need to completely remove what you changed and then recheck your config.

These kinds of issues will ALWAYS be in the thing you just changed.