Configuration invalid

Hi all.

I have a problem that probably is easy to solve. In my configuration validation I have 5 error messages.

Integration error: longitude - Integration longitude not found.’’

And also tha same message for:
-time
-name
-latitude
-unit

I can see the values in my file editor?
Anyone got an idea?

You probably need to share that part from configuration.yaml file so we can comment

I tried, but i´m all new to this.
Cant copy

`homeassistant:
name: Home
latitude: 58.658028
longitude: 13.183007
unit system: metrical
time zone: Europe/Stockholm

Configure a default setup of Home Assistant (frontend, api, etc)

default_config:

http:
ssl_certificate: /ssl/fullchain.pem
ssl_key: /ssl/privkey.pem

Text to speech

tts:

  • platform: google_translate

automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml`

Please take a look at this post, especially #11. You will get someone willing to help if they can actually see your configuration

everything under “homeassistant:” down to “default_config:” needs indented by two spaces:

homeassistant:
  name: Home
  latitude: 58.658028
  longitude: 13.183007 
  unit system: metrical
  time zone: Europe/Stockholm

default_config:

and likely also under “http:”

http:
  ssl_certificate: /ssl/fullchain.pem
  ssl_key: /ssl/privkey.pem

tts:

indentation is important.