Skip to content

Commit

Permalink
Bump dio-chacon-wifi-api to 1.2.1 (home-assistant#124215)
Browse files Browse the repository at this point in the history
* chacon_dio api version to 1.2.1

* corrected CI for PR
  • Loading branch information
cnico authored Aug 19, 2024
1 parent fd0f093 commit 8907b7e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/chacon_dio/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"documentation": "https://www.home-assistant.io/integrations/chacon_dio",
"iot_class": "cloud_push",
"loggers": ["dio_chacon_api"],
"requirements": ["dio-chacon-wifi-api==1.2.0"]
"requirements": ["dio-chacon-wifi-api==1.2.1"]
}
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -741,7 +741,7 @@ devolo-home-control-api==0.18.3
devolo-plc-api==1.4.1

# homeassistant.components.chacon_dio
dio-chacon-wifi-api==1.2.0
dio-chacon-wifi-api==1.2.1

# homeassistant.components.directv
directv==0.4.0
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@ devolo-home-control-api==0.18.3
devolo-plc-api==1.4.1

# homeassistant.components.chacon_dio
dio-chacon-wifi-api==1.2.0
dio-chacon-wifi-api==1.2.1

# homeassistant.components.directv
directv==0.4.0
Expand Down
1 change: 0 additions & 1 deletion script/licenses.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ def from_dict(cls, data: dict[str, str]) -> PackageDefinition:
"crownstone-core", # https://github.com/crownstone/crownstone-lib-python-core/pull/6
"crownstone-sse", # https://github.com/crownstone/crownstone-lib-python-sse/pull/2
"crownstone-uart", # https://github.com/crownstone/crownstone-lib-python-uart/pull/12
"dio-chacon-wifi-api",
"eliqonline", # https://github.com/molobrakos/eliqonline/pull/17
"enocean", # https://github.com/kipe/enocean/pull/142
"gardena-bluetooth", # https://github.com/elupus/gardena-bluetooth/pull/11
Expand Down

0 comments on commit 8907b7e

Please sign in to comment.