From fdccdb4012b2ce57ca937ab454d10182a4161b6b Mon Sep 17 00:00:00 2001 From: Remko Date: Tue, 5 Mar 2024 18:05:00 +0100 Subject: [PATCH] HACS validation --- custom_components/rbfa/manifest.json | 3 ++- hacs.json | 5 +++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 hacs.json diff --git a/custom_components/rbfa/manifest.json b/custom_components/rbfa/manifest.json index 8c4d369..22cc072 100644 --- a/custom_components/rbfa/manifest.json +++ b/custom_components/rbfa/manifest.json @@ -2,8 +2,9 @@ "domain": "rbfa", "name": "RBFA", "documentation": "https://github.com/rgerbranda/rbfa", + "issue_tracker": "https://github.com/rgerbranda/rbfa/issues", "dependencies": [], "codeowners": ["@rgerbranda"], "requirements": [], - "version": "v0.1.0" + "version": "v0.1.1" } diff --git a/hacs.json b/hacs.json new file mode 100644 index 0000000..63c9454 --- /dev/null +++ b/hacs.json @@ -0,0 +1,5 @@ +{ + "name": "RBFA", + "render_readme": true, + "country": ["BE"] +}