Disable Watson TTS Telemetry ()

This commit is contained in:
PoofyTeddy 2019-09-12 21:50:24 +02:00 committed by Anders Melchiorsen
parent 25ef4a156f
commit 32a6a76d6a

View file

@ -99,6 +99,7 @@ def get_engine(hass, config):
supported_languages = list({s[:5] for s in SUPPORTED_VOICES})
default_voice = config[CONF_VOICE]
output_format = config[CONF_OUTPUT_FORMAT]
service.set_default_headers({"x-watson-learning-opt-out": "true"})
return WatsonTTSProvider(service, supported_languages, default_voice, output_format)