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