Skip to content

Commit

Permalink
Bump uiprotect to version 7.2.0 (#134587)
Browse files Browse the repository at this point in the history
  • Loading branch information
RaHehl authored Jan 3, 2025
1 parent 287b7ee commit 197ff93
Show file tree
Hide file tree
Showing 4 changed files with 21 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.1.0", "unifi-discovery==1.2.0"],
"requirements": ["uiprotect==7.2.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 @@ -2928,7 +2928,7 @@ typedmonarchmoney==0.3.1
uasiren==0.0.1

# homeassistant.components.unifiprotect
uiprotect==7.1.0
uiprotect==7.2.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 @@ -2350,7 +2350,7 @@ typedmonarchmoney==0.3.1
uasiren==0.0.1

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

# homeassistant.components.landisgyr_heat_meter
ultraheat-api==0.5.7
Expand Down
18 changes: 18 additions & 0 deletions tests/components/unifiprotect/fixtures/sample_bootstrap.json
Original file line number Diff line number Diff line change
Expand Up @@ -564,6 +564,24 @@
"legacyUFVs": [],
"lastUpdateId": "ebf25bac-d5a1-4f1d-a0ee-74c15981eb70",
"displays": [],
"ringtones": [
{
"id": "66a14fa502d44203e40003eb",
"name": "Default",
"size": 208,
"isDefault": true,
"nvrMac": "A1E00C826924",
"modelKey": "ringtone"
},
{
"id": "66a14fa502da4203e40003ec",
"name": "Traditional",
"size": 180,
"isDefault": false,
"nvrMac": "A1E00C826924",
"modelKey": "ringtone"
}
],
"bridges": [
{
"mac": "A28D0DB15AE1",
Expand Down

0 comments on commit 197ff93

Please sign in to comment.