From fa490a4f207859d5598ad4e2dd0a917428d02a0f Mon Sep 17 00:00:00 2001 From: tslpre Date: Fri, 7 May 2021 11:27:23 +0200 Subject: [PATCH 1/3] Added manifest.json file (as per HA convention) --- manifest.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 manifest.json diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..3820ea2 --- /dev/null +++ b/manifest.json @@ -0,0 +1,9 @@ +{ + "domain": "ha_lock_history", + "name": "Home Assistant Lock History", + "documentation": "https://github.com/janpascal/ha_lock_history", + "dependencies": [], + "codeowners": ["@janpascal"], + "version": "1.0.0", + "homeassistant": "0.96.0" +} From d2972f745c59dbddd821ef9cf3b3cdce1c1c039e Mon Sep 17 00:00:00 2001 From: tslpre Date: Fri, 7 May 2021 11:35:42 +0200 Subject: [PATCH 2/3] Added requirements as per template --- manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 3820ea2..e9b6342 100644 --- a/manifest.json +++ b/manifest.json @@ -2,8 +2,9 @@ "domain": "ha_lock_history", "name": "Home Assistant Lock History", "documentation": "https://github.com/janpascal/ha_lock_history", + "requirements": [], "dependencies": [], "codeowners": ["@janpascal"], - "version": "1.0.0", + "version": "1.0.0", "homeassistant": "0.96.0" } From bd56a799cede38616c532d0234ede14b836ef8d4 Mon Sep 17 00:00:00 2001 From: tslpre Date: Fri, 7 May 2021 11:36:11 +0200 Subject: [PATCH 3/3] Fixed indentation for version --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index e9b6342..83e0a0b 100644 --- a/manifest.json +++ b/manifest.json @@ -5,6 +5,6 @@ "requirements": [], "dependencies": [], "codeowners": ["@janpascal"], - "version": "1.0.0", + "version": "1.0.0", "homeassistant": "0.96.0" }