Error Message - Locate Offending Problem!

Yesterday after updating some HACS components I started to get the following.
Screenshot from 2024-09-25 06-44-13

I went to the logs and all that shows up in part is this.
Screenshot from 2024-09-25 06-44-57

2024-09-25 13:43:22.512 WARNING (MainThread) [homeassistant.helpers.translation] Failed to load integration for translation: Integration 'scan_interval' not found.
2024-09-25 13:43:22.512 WARNING (MainThread) [homeassistant.helpers.translation] Failed to load integration for translation: Integration 'json_attributes' not found.
2024-09-25 13:43:22.512 WARNING (MainThread) [homeassistant.helpers.translation] Failed to load integration for translation: Integration 'name' not found.
2024-09-25 13:43:22.512 WARNING (MainThread) [homeassistant.helpers.translation] Failed to load integration for translation: Integration 'value_template' not found.
2024-09-25 13:43:22.513 WARNING (MainThread) [homeassistant.helpers.translation] Failed to load integration for translation: Integration 'resource' not found.

How do I figure out where the errors are coming from.
Thanks

That looks to me like you’re missing a rest: header (or similar) in configuration.yaml, making it look like the configuration parameters for a RESTful sensor are top-level headers. Can you post the contents of that file?