From b509dd82c93a19473c289b08d48c39502e73af47 Mon Sep 17 00:00:00 2001 From: melkypie <5113962+melkypie@users.noreply.github.com> Date: Sat, 15 Oct 2022 15:10:29 +0300 Subject: [PATCH] Remove tech from requirements --- custom_components/tech/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/tech/manifest.json b/custom_components/tech/manifest.json index 5c1fc7c..1830072 100644 --- a/custom_components/tech/manifest.json +++ b/custom_components/tech/manifest.json @@ -3,7 +3,7 @@ "name": "Tech Controllers", "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/tech", - "requirements": ["tech"], + "requirements": [], "dependencies": [], "codeowners": [ "@mariusz.ostoja-swierczynski"