Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

Commit

Permalink
Merge pull request #8 from pbulteel/beta
Browse files Browse the repository at this point in the history
Fixed url in  manifest.json pull
  • Loading branch information
pbulteel authored May 10, 2021
2 parents ac91069 + 1460e30 commit 911aefd
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions custom_components/eufy_vacuum/manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
{
"domain": "eufy_vacuum",
"name": "Integration to Eufy Vacuum",
"documentation": "https://github.com/pbulteel/eufy_robovac",
"issue_tracker": "https://github.com/pbulteel/eufy_robovac/issues",
"documentation": "https://github.com/pbulteel/eufy_vacuum",
"issue_tracker": "https://github.com/pbulteel/eufy_vacuum/issues",
"dependencies": [],
"codeowners": [
"@shopeonarope",
"@pbulteel"
],
"requirements": ["cryptography"],
"version": "1.0.3"
"version": "1.0.4"
}

0 comments on commit 911aefd

Please sign in to comment.