Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump uiprotect to 6.3.1 #127702

Merged
merged 3 commits into from
Oct 6, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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==6.2.0", "unifi-discovery==1.2.0"],
"requirements": ["uiprotect==6.3.0", "unifi-discovery==1.2.0"],
bdraco marked this conversation as resolved.
Show resolved Hide resolved
"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 @@ -2869,7 +2869,7 @@ typedmonarchmoney==0.3.1
uasiren==0.0.1

# homeassistant.components.unifiprotect
uiprotect==6.2.0
uiprotect==6.3.0
bdraco marked this conversation as resolved.
Show resolved Hide resolved

# 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 @@ -2276,7 +2276,7 @@ typedmonarchmoney==0.3.1
uasiren==0.0.1

# homeassistant.components.unifiprotect
uiprotect==6.2.0
uiprotect==6.3.0
bdraco marked this conversation as resolved.
Show resolved Hide resolved

# homeassistant.components.landisgyr_heat_meter
ultraheat-api==0.5.7
Expand Down
Loading