mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Adapt to new yarl API (#10527)
This commit is contained in:
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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user