From 1fcc9bb5111344f4d1caf7e85c02e1529c2badc2 Mon Sep 17 00:00:00 2001 From: Michael Wood Date: Fri, 10 Jul 2020 17:01:09 -0500 Subject: [PATCH] Correct manifest.json --- custom_components/infinitive/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/infinitive/manifest.json b/custom_components/infinitive/manifest.json index d652617..e9ef3a5 100644 --- a/custom_components/infinitive/manifest.json +++ b/custom_components/infinitive/manifest.json @@ -4,5 +4,5 @@ "documentation": "https://github.com/mww012/ha_customcomponents", "requirements": ["pyinfinitive==0.0.5"], "dependencies": [], - "codeowners": ["@mww012"], + "codeowners": ["@mww012"] }