hass-core/tests/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 TTS Component / Google speech platform (#4837) 2016-12-12 23:23:08 -08:00
test_google.py Make Google TTS secure (#11031) 2018-01-19 16:27:40 +02:00
test_init.py Remove more test requirements (#7574) 2017-05-13 21:25:54 -07:00
test_marytts.py Remove more test requirements (#7574) 2017-05-13 21:25:54 -07:00
test_voicerss.py Remove more test requirements (#7574) 2017-05-13 21:25:54 -07:00
test_yandextts.py Allow to pass YandexTTS options via sevice call (#10578) 2017-11-16 09:10:25 -08:00