diff --git a/homeassistant/components/tts/google.py b/homeassistant/components/tts/google.py index 4551a792fc6..e405e5be531 100644 --- a/homeassistant/components/tts/google.py +++ b/homeassistant/components/tts/google.py @@ -87,7 +87,7 @@ class GoogleProvider(Provider): url_param = { 'ie': 'UTF-8', 'tl': language, - 'q': yarl.quote(part, strict=False), + 'q': yarl.quote(part), 'tk': part_token, 'total': len(message_parts), 'idx': idx,