mirror of
https://github.com/home-assistant/core.git
synced 2025-07-12 15:57:06 +00:00
Don't pass use_env=True (#16896)
This commit is contained in:
parent
732009c668
commit
9ab8f78b19
@ -56,7 +56,6 @@ def async_create_clientsession(hass, verify_ssl=True, auto_cleanup=True,
|
||||
clientsession = aiohttp.ClientSession(
|
||||
loop=hass.loop,
|
||||
connector=connector,
|
||||
trust_env=True,
|
||||
headers={USER_AGENT: SERVER_SOFTWARE},
|
||||
**kwargs
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user