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

Commit

Permalink
Fixed url in manifest.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
pbulteel committed May 10, 2021
1 parent 5d6a247 commit d80bb49
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 d80bb49

Please sign in to comment.