Increase time out for http requests done in Axis integration (#48610)
This commit is contained in:
parent
051531d9c1
commit
a61d93adc2
4 changed files with 4 additions and 4 deletions
|
@ -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*" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue