core/homeassistant/components/tts
Paul Rabahy d5df1c070d Make Google TTS secure (#11031)
* Make Google TTS secure

I noticed that my TTS queries were showing up in the log on my router, so I was curious if there was a way to make it secure. A quick search showed people using https instead of http (https://stackoverflow.com/questions/32053442/google-translate-tts-api-blocked), so I figure that should work. I am using hass.io, so I'm not actually sure how to test this, but its a pretty simple change.

* Fix the tts test.
2018-01-19 16:27:40 +02:00
..
__init__.py Lazy loading of service descriptions (#11479) 2018-01-07 14:54:16 -08:00
amazon_polly.py update boto3 to 1.4.7 and botocore to 1.7.34 (#10121) 2017-10-29 10:24:56 +01:00
baidu.py Add options feature to Baidu TTS. (#11462) 2018-01-08 17:22:50 +01:00
demo.mp3 TTS Component / Google speech platform (#4837) 2016-12-12 23:23:08 -08:00
demo.py Update docstrings (#7405) 2017-05-02 22:47:20 +02:00
google.py Make Google TTS secure (#11031) 2018-01-19 16:27:40 +02:00
marytts.py closes #11314 by not restricting the voice to anything but a string (#11326) 2017-12-27 19:49:06 +01:00
microsoft.py Microsoft Text-to-speech: Fixing missing en-gb support bug (#10429) 2017-12-01 12:38:20 +01:00
picotts.py Update docstrings (#7405) 2017-05-02 22:47:20 +02:00
services.yaml Update services.yaml files (#10229) 2017-10-30 21:39:12 +01:00
voicerss.py Update docstrings (#7405) 2017-05-02 22:47:20 +02:00
yandextts.py Allow to pass YandexTTS options via sevice call (#10578) 2017-11-16 09:10:25 -08:00