From b74a379f7f358a2ff431d1ce4adb2b34e7a25ad4 Mon Sep 17 00:00:00 2001 From: cdnninja Date: Mon, 19 Dec 2022 20:18:22 -0700 Subject: [PATCH] Update manifest.json Update hacs.json --- custom_components/emporia_vue/manifest.json | 1 + hacs.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/custom_components/emporia_vue/manifest.json b/custom_components/emporia_vue/manifest.json index 9d0824a..cfa64b8 100644 --- a/custom_components/emporia_vue/manifest.json +++ b/custom_components/emporia_vue/manifest.json @@ -3,6 +3,7 @@ "name": "Emporia Vue", "config_flow": true, "documentation": "https://github.com/magico13/ha-emporia-vue", + "issue_tracker": "https://github.com/magico13/ha-emporia-vue/issues", "requirements": ["pyemvue==0.16.1"], "ssdp": [], "zeroconf": [], diff --git a/hacs.json b/hacs.json index 88bae8c..754cc67 100644 --- a/hacs.json +++ b/hacs.json @@ -1,6 +1,6 @@ { "name": "Emporia Vue", "render_readme": true, - "homeassistant": "2021.9.0" + "homeassistant": "2021.9.0", "content_in_root": false }