I am getting the following error
“Failed to save: extra keys not allowed @ data[‘currency’]. Got ‘EUR’”
I found this in forums and it was not helpful.
I have a confirguation.yaml file that includes only this:
# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:
# Text to speech
tts:
- platform: google_translate
group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
And in my .storage folder there is no “onboarding” file which was mentioned in the linked post.