Skip to content

Commit

Permalink
pin pip versions to have a smooth update
Browse files Browse the repository at this point in the history
  • Loading branch information
LaggAt committed Apr 16, 2021
1 parent 62d010c commit 7043cca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions custom_components/govee/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"codeowners": ["@LaggAt"],
"domain": "govee",
"name": "Govee",
"version": "0.1.7",
"version": "0.1.8",
"config_flow": true,
"documentation": "https://github.com/LaggAt/hacs-govee/blob/master/README.md",
"issue_tracker": "https://github.com/LaggAt/hacs-govee/issues",
"requirements": ["govee-api-laggat>=0.1.38", "dacite>=1.5.1"],
"requirements": ["govee-api-laggat==0.1.39", "dacite==1.6.0"],
"ssdp": [],
"zeroconf": [],
"homekit": {},
Expand Down
2 changes: 1 addition & 1 deletion hacs.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "govee",
"hacs": "0.1.7",
"hacs": "0.1.8",
"domains": [
"light"
],
Expand Down

0 comments on commit 7043cca

Please sign in to comment.