Skip to content

Commit

Permalink
Fix CSRF token for UniFi (#73716)
Browse files Browse the repository at this point in the history
Bump aiounifi to v32
  • Loading branch information
Kane610 authored and frenck committed Jun 22, 2022
1 parent d211399 commit 5c71de8
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 @@ -3,7 +3,7 @@
"name": "UniFi Network",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/unifi",
"requirements": ["aiounifi==31"],
"requirements": ["aiounifi==32"],
"codeowners": ["@Kane610"],
"quality_scale": "platinum",
"ssdp": [
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ aiosyncthing==0.5.1
aiotractive==0.5.4

# homeassistant.components.unifi
aiounifi==31
aiounifi==32

# 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 @@ -225,7 +225,7 @@ aiosyncthing==0.5.1
aiotractive==0.5.4

# homeassistant.components.unifi
aiounifi==31
aiounifi==32

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

0 comments on commit 5c71de8

Please sign in to comment.