From 8e3681070127a91074eb05a21d29d22b8ceb6758 Mon Sep 17 00:00:00 2001 From: Yordan Suarez Date: Wed, 12 Jan 2022 19:26:11 -0500 Subject: [PATCH] added hacs.json and update manifest --- custom_components/fpl/manifest.json | 3 ++- hacs.json | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 hacs.json diff --git a/custom_components/fpl/manifest.json b/custom_components/fpl/manifest.json index 4993feb..563ebdf 100644 --- a/custom_components/fpl/manifest.json +++ b/custom_components/fpl/manifest.json @@ -13,5 +13,6 @@ "integrationhelper" ], "homeassistant": "2021.12.7", - "version": "1.0.0" + "version": "1.0.0", + "issue_tracker" : "https://github.com/dotKrad/hass-fpl/issues" } \ No newline at end of file diff --git a/hacs.json b/hacs.json new file mode 100644 index 0000000..03554ea --- /dev/null +++ b/hacs.json @@ -0,0 +1,4 @@ +{ + "name": "Hass Fpl", + "country": ["US"] +} \ No newline at end of file