Skip to content

Commit

Permalink
Bump uiprotect to 7.1.0 (#133520)
Browse files Browse the repository at this point in the history
* Bump uiprotect to version 7.1.0

* Add aiports to bootstrap fixture in unifiprotect tests
  • Loading branch information
RaHehl authored Dec 18, 2024
1 parent 1bdda02 commit e4bb351
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/unifiprotect/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"integration_type": "hub",
"iot_class": "local_push",
"loggers": ["uiprotect", "unifi_discovery"],
"requirements": ["uiprotect==7.0.2", "unifi-discovery==1.2.0"],
"requirements": ["uiprotect==7.1.0", "unifi-discovery==1.2.0"],
"ssdp": [
{
"manufacturer": "Ubiquiti Networks",
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2910,7 +2910,7 @@ typedmonarchmoney==0.3.1
uasiren==0.0.1

# homeassistant.components.unifiprotect
uiprotect==7.0.2
uiprotect==7.1.0

# homeassistant.components.landisgyr_heat_meter
ultraheat-api==0.5.7
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2329,7 +2329,7 @@ typedmonarchmoney==0.3.1
uasiren==0.0.1

# homeassistant.components.unifiprotect
uiprotect==7.0.2
uiprotect==7.1.0

# homeassistant.components.landisgyr_heat_meter
ultraheat-api==0.5.7
Expand Down
1 change: 1 addition & 0 deletions tests/components/unifiprotect/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ def bootstrap_fixture(nvr: NVR):
data["events"] = []
data["doorlocks"] = []
data["chimes"] = []
data["aiports"] = []

return Bootstrap.from_unifi_dict(**data)

Expand Down

0 comments on commit e4bb351

Please sign in to comment.