Skip to content

Commit

Permalink
Merge pull request #15 from jheizer/patch-1
Browse files Browse the repository at this point in the history
Update manifest.json for 2021.6.0
  • Loading branch information
jchasey authored Jun 4, 2021
2 parents df82126 + 189b7eb commit 7853675
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Login to a remote server via ssh, execute a command and retrieve the result as s
To get started download
```
/custom_components/ssh/__init__.py
/custom_components/ssh/manifest.json
/custom_components/ssh/sensor.py
```
Expand Down
3 changes: 2 additions & 1 deletion custom_components/ssh/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
"documentation": "https://github.com/custom-components/sensor.ssh",
"requirements": ["pexpect==4.6.0"],
"dependencies": [],
"codeowners": ["@jchasey"]
"codeowners": ["@jchasey"],
"version":"0.1.3"
}

0 comments on commit 7853675

Please sign in to comment.