Bump pyunifiprotect to 5.1.2 (#114348)

This commit is contained in:
Christopher Bailey 2024-03-28 13:48:51 -04:00 committed by GitHub
parent 5523cb6be8
commit 435781be45
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 7 additions and 5 deletions

View File

@ -261,7 +261,8 @@ class ProtectFlowHandler(ConfigFlow, domain=DOMAIN):
username=user_input[CONF_USERNAME], username=user_input[CONF_USERNAME],
password=user_input[CONF_PASSWORD], password=user_input[CONF_PASSWORD],
verify_ssl=verify_ssl, verify_ssl=verify_ssl,
cache_dir=Path(self.hass.config.path(STORAGE_DIR, "unifiprotect_cache")), cache_dir=Path(self.hass.config.path(STORAGE_DIR, "unifiprotect")),
config_dir=Path(self.hass.config.path(STORAGE_DIR, "unifiprotect")),
) )
errors = {} errors = {}

View File

@ -41,7 +41,7 @@
"iot_class": "local_push", "iot_class": "local_push",
"loggers": ["pyunifiprotect", "unifi_discovery"], "loggers": ["pyunifiprotect", "unifi_discovery"],
"quality_scale": "platinum", "quality_scale": "platinum",
"requirements": ["pyunifiprotect==5.0.2", "unifi-discovery==1.1.8"], "requirements": ["pyunifiprotect==5.1.2", "unifi-discovery==1.1.8"],
"ssdp": [ "ssdp": [
{ {
"manufacturer": "Ubiquiti Networks", "manufacturer": "Ubiquiti Networks",

View File

@ -145,7 +145,8 @@ def async_create_api_client(
override_connection_host=entry.options.get(CONF_OVERRIDE_CHOST, False), override_connection_host=entry.options.get(CONF_OVERRIDE_CHOST, False),
ignore_stats=not entry.options.get(CONF_ALL_UPDATES, False), ignore_stats=not entry.options.get(CONF_ALL_UPDATES, False),
ignore_unadopted=False, ignore_unadopted=False,
cache_dir=Path(hass.config.path(STORAGE_DIR, "unifiprotect_cache")), cache_dir=Path(hass.config.path(STORAGE_DIR, "unifiprotect")),
config_dir=Path(hass.config.path(STORAGE_DIR, "unifiprotect")),
) )

View File

@ -2339,7 +2339,7 @@ pytrydan==0.4.0
pyudev==0.24.1 pyudev==0.24.1
# homeassistant.components.unifiprotect # homeassistant.components.unifiprotect
pyunifiprotect==5.0.2 pyunifiprotect==5.1.2
# homeassistant.components.uptimerobot # homeassistant.components.uptimerobot
pyuptimerobot==22.2.0 pyuptimerobot==22.2.0

View File

@ -1806,7 +1806,7 @@ pytrydan==0.4.0
pyudev==0.24.1 pyudev==0.24.1
# homeassistant.components.unifiprotect # homeassistant.components.unifiprotect
pyunifiprotect==5.0.2 pyunifiprotect==5.1.2
# homeassistant.components.uptimerobot # homeassistant.components.uptimerobot
pyuptimerobot==22.2.0 pyuptimerobot==22.2.0