Use aiounifi v34 to utilise orjson for better performance (#74065)
Bump aiounifi to v34
This commit is contained in:
parent
84ea8a3c43
commit
33f5b225fb
3 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
|||
"name": "UniFi Network",
|
||||
"config_flow": true,
|
||||
"documentation": "https://www.home-assistant.io/integrations/unifi",
|
||||
"requirements": ["aiounifi==33"],
|
||||
"requirements": ["aiounifi==34"],
|
||||
"codeowners": ["@Kane610"],
|
||||
"quality_scale": "platinum",
|
||||
"ssdp": [
|
||||
|
|
|
@ -259,7 +259,7 @@ aiosyncthing==0.5.1
|
|||
aiotractive==0.5.4
|
||||
|
||||
# homeassistant.components.unifi
|
||||
aiounifi==33
|
||||
aiounifi==34
|
||||
|
||||
# homeassistant.components.vlc_telnet
|
||||
aiovlc==0.1.0
|
||||
|
|
|
@ -228,7 +228,7 @@ aiosyncthing==0.5.1
|
|||
aiotractive==0.5.4
|
||||
|
||||
# homeassistant.components.unifi
|
||||
aiounifi==33
|
||||
aiounifi==34
|
||||
|
||||
# homeassistant.components.vlc_telnet
|
||||
aiovlc==0.1.0
|
||||
|
|
Loading…
Add table
Reference in a new issue