Skip to content

Commit

Permalink
Update hc lib to 0.7.9 to fix missing active program
Browse files Browse the repository at this point in the history
  • Loading branch information
ekutner committed Jul 4, 2023
1 parent 5b49f86 commit c6db83d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"build": {
"dockerfile": "Dockerfile",
"args": {
"VARIANT": "3.10",
"VARIANT": "3.11",
"LOCAL_INTEGRATION_FOLDER": "${localWorkspaceFolder}"
},
"context": ".."
Expand Down
4 changes: 2 additions & 2 deletions custom_components/home_connect_alt/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"homekit": {},
"iot_class": "cloud_push",
"issue_tracker": "https://github.com/ekutner/home-connect-hass/issues",
"requirements": ["home-connect-async==0.7.8"],
"requirements": ["home-connect-async==0.7.9"],
"ssdp": [],
"version": "0.6.3",
"version": "0.6.4-b1",
"zeroconf": []
}

0 comments on commit c6db83d

Please sign in to comment.