Bump proxmoxer to 2.0.1 in Proxmox VE (#90378)
parent
59113a3e4c
commit
5b4663d2ca
|
@ -3,8 +3,7 @@ from __future__ import annotations
|
||||||
|
|
||||||
from datetime import timedelta
|
from datetime import timedelta
|
||||||
|
|
||||||
from proxmoxer import ProxmoxAPI
|
from proxmoxer import AuthenticationError, ProxmoxAPI
|
||||||
from proxmoxer.backends.https import AuthenticationError
|
|
||||||
from proxmoxer.core import ResourceException
|
from proxmoxer.core import ResourceException
|
||||||
import requests.exceptions
|
import requests.exceptions
|
||||||
from requests.exceptions import ConnectTimeout, SSLError
|
from requests.exceptions import ConnectTimeout, SSLError
|
||||||
|
|
|
@ -5,5 +5,5 @@
|
||||||
"documentation": "https://www.home-assistant.io/integrations/proxmoxve",
|
"documentation": "https://www.home-assistant.io/integrations/proxmoxve",
|
||||||
"iot_class": "local_polling",
|
"iot_class": "local_polling",
|
||||||
"loggers": ["proxmoxer"],
|
"loggers": ["proxmoxer"],
|
||||||
"requirements": ["proxmoxer==1.3.1"]
|
"requirements": ["proxmoxer==2.0.1"]
|
||||||
}
|
}
|
||||||
|
|
|
@ -1397,7 +1397,7 @@ proliphix==0.4.1
|
||||||
prometheus_client==0.7.1
|
prometheus_client==0.7.1
|
||||||
|
|
||||||
# homeassistant.components.proxmoxve
|
# homeassistant.components.proxmoxve
|
||||||
proxmoxer==1.3.1
|
proxmoxer==2.0.1
|
||||||
|
|
||||||
# homeassistant.components.hardware
|
# homeassistant.components.hardware
|
||||||
psutil-home-assistant==0.0.1
|
psutil-home-assistant==0.0.1
|
||||||
|
|
Loading…
Reference in New Issue