Skip to content

Commit

Permalink
Update pycomfoconnect to 0.5.1 (#83124)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelarnauts authored Dec 2, 2022
1 parent aab0c4e commit 5a8cf38
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 11 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/comfoconnect/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"domain": "comfoconnect",
"name": "Zehnder ComfoAir Q",
"documentation": "https://www.home-assistant.io/integrations/comfoconnect",
"requirements": ["pycomfoconnect==0.4"],
"requirements": ["pycomfoconnect==0.5.1"],
"codeowners": ["@michaelarnauts"],
"iot_class": "local_push",
"loggers": ["pycomfoconnect"]
Expand Down
4 changes: 0 additions & 4 deletions homeassistant/package_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,3 @@ 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
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1516,7 +1516,7 @@ pycmus==0.1.1
pycocotools==2.0.1

# homeassistant.components.comfoconnect
pycomfoconnect==0.4
pycomfoconnect==0.5.1

# homeassistant.components.coolmaster
pycoolmasternet-async==0.1.2
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1080,7 +1080,7 @@ pycfdns==2.0.1
pychromecast==13.0.1

# homeassistant.components.comfoconnect
pycomfoconnect==0.4
pycomfoconnect==0.5.1

# homeassistant.components.coolmaster
pycoolmasternet-async==0.1.2
Expand Down
4 changes: 0 additions & 4 deletions script/gen_requirements_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,10 +144,6 @@
# 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 = (
Expand Down

0 comments on commit 5a8cf38

Please sign in to comment.