Increase time out for http requests done in Axis integration (#48610)
parent
8d0941ba65
commit
68b189cf9f
|
@ -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
|
||||
|
|
|
@ -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*" },
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue