found character ' ' that cannot start any token
This error means a tab character was used instead of two spaces in one of your YAMLYAML is a human-readable data serialization language. It is used to store and transmit data in a structured format. In Home Assistant, YAML is used for configuration, for example in the configuration.yaml or automations.yaml files. [Learn more] configuration files. Replace the tab with two spaces and the error will go away.
You only need to think about this if you edit YAML by hand. Most users never do, since integrationsIntegrations connect and integrate Home Assistant with your devices, services, and more. [Learn more], dashboards, and automationsAutomations in Home Assistant allow you to automatically respond to things that happen in and around your home. [Learn more] are all configured through the user interface. If you have not opened a YAML file yourself, this error is most likely coming from a custom integration or a snippet you copied in from somewhere else.
Learn more: