Don't pass use_env=True (#16896)
This commit is contained in:
parent
732009c668
commit
9ab8f78b19
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue