Bump bring-api to 0.3.1 (#110769)

* bump bring-api

* unpinned dependencies
This commit is contained in:
Mr. Bubbles 2024-02-20 08:46:02 +01:00 committed by GitHub
parent 54d005a3b8
commit 2b3f5319d6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 14 additions and 14 deletions

View file

@ -54,7 +54,7 @@ class ConfigFlow(config_entries.ConfigFlow, domain=DOMAIN):
try:
await bring.login()
await bring.loadLists()
await bring.load_lists()
except BringRequestException:
errors["base"] = "cannot_connect"
except BringAuthException: