Increase time out for http requests done in Axis integration (#48610)

This commit is contained in:
Robert Svensson 2021-04-02 01:22:36 +02:00 committed by GitHub
parent 051531d9c1
commit a61d93adc2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -304,7 +304,7 @@ async def get_device(hass, host, port, username, password):
)
try:
with async_timeout.timeout(15):
with async_timeout.timeout(30):
await device.vapix.initialize()
return device

View file

@ -3,7 +3,7 @@
"name": "Axis",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/axis",
"requirements": ["axis==43"],
"requirements": ["axis==44"],
"dhcp": [
{ "hostname": "axis-00408c*", "macaddress": "00408C*" },
{ "hostname": "axis-accc8e*", "macaddress": "ACCC8E*" },