Hey there,
I have a problem with my configuration.yaml and can’t figure my errors.
Config check gives me:
Successful config (partial) tts.amazon_polly:
my entry in configuration.yaml:
tts: - platform: amazon_polly aws_access_key_id: !secret AMAZON_POLLY_ACCESS_KEY_ID aws_secret_access_key: !secret AMAZON_POLLY_SECRET_ACCESS_KEY region_name: 'eu-central-1' voice: Hans name: Hans
I also checked the file with www.yamllint.com - valid!
What am I missing?
Thank you for your time