From a9461b1f6b1d48678f79eb7f284ddcec00defbda Mon Sep 17 00:00:00 2001 From: jontofront <37038426+jontofront@users.noreply.github.com> Date: Wed, 9 Nov 2022 16:18:29 +0200 Subject: [PATCH] Remove requirements "tech" After upgrade HA to 2022.10.3 version I got Error of tech integration :( Seems like in the manifest.json is rnon existent package. Removing it fixes the error and allows the integration to load --- repository.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/repository.json b/repository.json index 80d239f..73d9002 100644 --- a/repository.json +++ b/repository.json @@ -3,9 +3,9 @@ "name": "Tech Controllers", "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/tech", - "requirements": ["tech"], + "requirements": [], "dependencies": [], "codeowners": [ "@mariusz.ostoja-swierczynski" ] -} \ No newline at end of file +}