mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 08:47:57 +00:00
Update aiobafi6 to 0.7.3 (#83073)
This commit is contained in:
parent
a4a80f367b
commit
8eeba490d1
@ -3,7 +3,7 @@
|
||||
"name": "Big Ass Fans",
|
||||
"config_flow": true,
|
||||
"documentation": "https://www.home-assistant.io/integrations/baf",
|
||||
"requirements": ["aiobafi6==0.7.2"],
|
||||
"requirements": ["aiobafi6==0.7.3"],
|
||||
"codeowners": ["@bdraco", "@jfroy"],
|
||||
"iot_class": "local_push",
|
||||
"zeroconf": [
|
||||
|
@ -133,3 +133,7 @@ pandas==1.4.3
|
||||
|
||||
# uamqp 1.6.1, has 1 failing test during built on armv7/armhf
|
||||
uamqp==1.6.0
|
||||
|
||||
# Required for pycomfoconnect
|
||||
# https://github.com/home-assistant/core/pull/83073#issuecomment-1334870513
|
||||
protobuf==3.20.3
|
||||
|
@ -131,7 +131,7 @@ aioasuswrt==1.4.0
|
||||
aioazuredevops==1.3.5
|
||||
|
||||
# homeassistant.components.baf
|
||||
aiobafi6==0.7.2
|
||||
aiobafi6==0.7.3
|
||||
|
||||
# homeassistant.components.aws
|
||||
aiobotocore==2.1.0
|
||||
|
@ -118,7 +118,7 @@ aioasuswrt==1.4.0
|
||||
aioazuredevops==1.3.5
|
||||
|
||||
# homeassistant.components.baf
|
||||
aiobafi6==0.7.2
|
||||
aiobafi6==0.7.3
|
||||
|
||||
# homeassistant.components.aws
|
||||
aiobotocore==2.1.0
|
||||
|
@ -144,6 +144,10 @@ pandas==1.4.3
|
||||
|
||||
# uamqp 1.6.1, has 1 failing test during built on armv7/armhf
|
||||
uamqp==1.6.0
|
||||
|
||||
# Required for pycomfoconnect
|
||||
# https://github.com/home-assistant/core/pull/83073#issuecomment-1334870513
|
||||
protobuf==3.20.3
|
||||
"""
|
||||
|
||||
IGNORE_PRE_COMMIT_HOOK_ID = (
|
||||
|
Loading…
x
Reference in New Issue
Block a user