Skip to content

Commit

Permalink
UniFi - Handle session expiration (#37782)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kane610 authored and balloob committed Jul 14, 2020
1 parent 2c58d86 commit 738d3a1
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
Expand Up @@ -3,7 +3,7 @@
"name": "Ubiquiti UniFi",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/unifi",
"requirements": ["aiounifi==22"],
"requirements": ["aiounifi==23"],
"codeowners": ["@Kane610"],
"quality_scale": "platinum"
}
2 changes: 1 addition & 1 deletion requirements_all.txt
Expand Up @@ -230,7 +230,7 @@ aiopylgtv==0.3.3
aioswitcher==1.2.0

# homeassistant.components.unifi
aiounifi==22
aiounifi==23

# homeassistant.components.airly
airly==0.0.2
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Expand Up @@ -122,7 +122,7 @@ aiopylgtv==0.3.3
aioswitcher==1.2.0

# homeassistant.components.unifi
aiounifi==22
aiounifi==23

# homeassistant.components.airly
airly==0.0.2
Expand Down

0 comments on commit 738d3a1

Please sign in to comment.