mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 05:05:09 +02:00
Adapt to new yarl API (#10527)
This commit is contained in:
committed by
Paulus Schoutsen
parent
5e92fa3404
commit
44506ce15f
@@ -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,
|
||||
|
Reference in New Issue
Block a user