From 8900ae2f3b7d521afdbe44879fd3ca1c16b47d52 Mon Sep 17 00:00:00 2001 From: Jon Heizer Date: Wed, 2 Jun 2021 13:37:27 -0500 Subject: [PATCH 1/2] Update manifest.json for 2021.6.0 Update manifest.json for 2021.6.0 Version requirement Fixes #14 --- custom_components/ssh/manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/custom_components/ssh/manifest.json b/custom_components/ssh/manifest.json index 14cb258..4cd2863 100644 --- a/custom_components/ssh/manifest.json +++ b/custom_components/ssh/manifest.json @@ -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" } From 189b7eb8fcea0875ec437984323fc41345aeec2b Mon Sep 17 00:00:00 2001 From: Jon Heizer Date: Wed, 2 Jun 2021 14:48:30 -0500 Subject: [PATCH 2/2] Update README.md Update install instructions to include the manifest.json --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7b23510..76bf51d 100644 --- a/README.md +++ b/README.md @@ -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 ```