Bump aiobafi6 to 0.6.0 to fix logging performance (#73517)
parent
8dbc6b1085
commit
7b5258bc57
|
@ -3,7 +3,7 @@
|
|||
"name": "Big Ass Fans",
|
||||
"config_flow": true,
|
||||
"documentation": "https://www.home-assistant.io/integrations/baf",
|
||||
"requirements": ["aiobafi6==0.5.0"],
|
||||
"requirements": ["aiobafi6==0.6.0"],
|
||||
"codeowners": ["@bdraco", "@jfroy"],
|
||||
"iot_class": "local_push",
|
||||
"zeroconf": [
|
||||
|
|
|
@ -122,7 +122,7 @@ aioasuswrt==1.4.0
|
|||
aioazuredevops==1.3.5
|
||||
|
||||
# homeassistant.components.baf
|
||||
aiobafi6==0.5.0
|
||||
aiobafi6==0.6.0
|
||||
|
||||
# homeassistant.components.aws
|
||||
aiobotocore==2.1.0
|
||||
|
|
|
@ -109,7 +109,7 @@ aioasuswrt==1.4.0
|
|||
aioazuredevops==1.3.5
|
||||
|
||||
# homeassistant.components.baf
|
||||
aiobafi6==0.5.0
|
||||
aiobafi6==0.6.0
|
||||
|
||||
# homeassistant.components.aws
|
||||
aiobotocore==2.1.0
|
||||
|
|
Loading…
Reference in New Issue