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
test_google.py Make Google TTS secure (#11031) 2018-01-19 16:27:40 +02:00
test_init.py
test_marytts.py
test_voicerss.py
test_yandextts.py