mirror of
https://github.com/home-assistant/core.git
synced 2025-07-13 08:17:08 +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(
|
clientsession = aiohttp.ClientSession(
|
||||||
loop=hass.loop,
|
loop=hass.loop,
|
||||||
connector=connector,
|
connector=connector,
|
||||||
trust_env=True,
|
|
||||||
headers={USER_AGENT: SERVER_SOFTWARE},
|
headers={USER_AGENT: SERVER_SOFTWARE},
|
||||||
**kwargs
|
**kwargs
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user