Bump pyunifiprotect to 5.1.2 (#114348)
This commit is contained in:
parent
5523cb6be8
commit
435781be45
5 changed files with 7 additions and 5 deletions
|
@ -261,7 +261,8 @@ class ProtectFlowHandler(ConfigFlow, domain=DOMAIN):
|
|||
username=user_input[CONF_USERNAME],
|
||||
password=user_input[CONF_PASSWORD],
|
||||
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 = {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue