mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Increase time out for http requests done in Axis integration (#48610)
This commit is contained in:
parent
051531d9c1
commit
a61d93adc2
@ -304,7 +304,7 @@ async def get_device(hass, host, port, username, password):
|
|||||||
)
|
)
|
||||||
|
|
||||||
try:
|
try:
|
||||||
with async_timeout.timeout(15):
|
with async_timeout.timeout(30):
|
||||||
await device.vapix.initialize()
|
await device.vapix.initialize()
|
||||||
|
|
||||||
return device
|
return device
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"name": "Axis",
|
"name": "Axis",
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"documentation": "https://www.home-assistant.io/integrations/axis",
|
"documentation": "https://www.home-assistant.io/integrations/axis",
|
||||||
"requirements": ["axis==43"],
|
"requirements": ["axis==44"],
|
||||||
"dhcp": [
|
"dhcp": [
|
||||||
{ "hostname": "axis-00408c*", "macaddress": "00408C*" },
|
{ "hostname": "axis-00408c*", "macaddress": "00408C*" },
|
||||||
{ "hostname": "axis-accc8e*", "macaddress": "ACCC8E*" },
|
{ "hostname": "axis-accc8e*", "macaddress": "ACCC8E*" },
|
||||||
|
@ -313,7 +313,7 @@ av==8.0.3
|
|||||||
# avion==0.10
|
# avion==0.10
|
||||||
|
|
||||||
# homeassistant.components.axis
|
# homeassistant.components.axis
|
||||||
axis==43
|
axis==44
|
||||||
|
|
||||||
# homeassistant.components.azure_event_hub
|
# homeassistant.components.azure_event_hub
|
||||||
azure-eventhub==5.1.0
|
azure-eventhub==5.1.0
|
||||||
|
@ -187,7 +187,7 @@ auroranoaa==0.0.2
|
|||||||
av==8.0.3
|
av==8.0.3
|
||||||
|
|
||||||
# homeassistant.components.axis
|
# homeassistant.components.axis
|
||||||
axis==43
|
axis==44
|
||||||
|
|
||||||
# homeassistant.components.azure_event_hub
|
# homeassistant.components.azure_event_hub
|
||||||
azure-eventhub==5.1.0
|
azure-eventhub==5.1.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user