wolfer4004
(wolfer4004)
1
Why am I getting this error?
Logger: homeassistant.components.tts
Source: components/tts/init.py:171
Integration: Text-to-Speech (TTS) (documentation, issues)
First occurred: 3:08:41 PM (1 occurrences)
Last logged: 3:08:41 PM
Error on init TTS: Invalid options found: [‘language’]
This is my TTS config:
# Text to speech
tts:
- platform: google_translate
service_name: google_translate_say
base_url: http://192.168.1.58:8123
Is this coming from Cloud TTS?
m0wlheld
(Christoph Dahlen)
2
That is not the configuration used, as the error is about an unsupported (for google) „language“ attribute.
wolfer4004
(wolfer4004)
3
That’s what is confusing me. So where is it coming from?
m0wlheld
(Christoph Dahlen)
4
From the configuration that is actually used, which is not the one you are showing.
Check if the file is really read by HA, maybe change something else and check if it is reflected by HA.
wolfer4004
(wolfer4004)
5
My config is straight from the documentation and works perfectly.
# Example configuration.yaml entry for Google Translate TTS service
tts:
- platform: google_translate
cache: true
cache_dir: /tmp/tts
time_memory: 300
base_url: http://192.168.0.10:8123
service_name: google_say