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

pull/48613/head
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*" },

View File

@ -313,7 +313,7 @@ av==8.0.3
# avion==0.10
# homeassistant.components.axis
axis==43
axis==44
# homeassistant.components.azure_event_hub
azure-eventhub==5.1.0

View File

@ -187,7 +187,7 @@ auroranoaa==0.0.2
av==8.0.3
# homeassistant.components.axis
axis==43
axis==44
# homeassistant.components.azure_event_hub
azure-eventhub==5.1.0