Skip to content

Commit

Permalink
Handle UniFi traffic rules not supported on older versions (#103346)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kane610 authored Nov 4, 2023
1 parent 96409cf commit 22be56a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/unifi/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"iot_class": "local_push",
"loggers": ["aiounifi"],
"quality_scale": "platinum",
"requirements": ["aiounifi==64"],
"requirements": ["aiounifi==65"],
"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 @@ -372,7 +372,7 @@ aiosyncthing==0.5.1
aiotractive==0.5.6

# homeassistant.components.unifi
aiounifi==64
aiounifi==65

# homeassistant.components.vlc_telnet
aiovlc==0.1.0
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ aiosyncthing==0.5.1
aiotractive==0.5.6

# homeassistant.components.unifi
aiounifi==64
aiounifi==65

# homeassistant.components.vlc_telnet
aiovlc==0.1.0
Expand Down

0 comments on commit 22be56a

Please sign in to comment.