From bb06c8212645f3b0f6a4db0d08f77a7b86900bfa Mon Sep 17 00:00:00 2001 From: myTselection Date: Fri, 20 Jan 2023 21:56:16 +0100 Subject: [PATCH] add integration type to mach HACS requirements --- custom_components/pixometer/manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/custom_components/pixometer/manifest.json b/custom_components/pixometer/manifest.json index abc9d96..f6b7ab7 100644 --- a/custom_components/pixometer/manifest.json +++ b/custom_components/pixometer/manifest.json @@ -8,5 +8,6 @@ "name": "Pixometer", "requirements": [], "version": "0.1.0", - "issue_tracker": "https://github.com/myTselection/pixometer/issues" + "issue_tracker": "https://github.com/myTselection/pixometer/issues", + "integration_type": "entity" }