mirror of
https://github.com/home-assistant/core.git
synced 2026-06-11 11:41:42 +02:00
d5df1c070d
* 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.