Skip to content

Commit

Permalink
Tech component fails due to missing requirements
Browse files Browse the repository at this point in the history
Tech custom-component fails to initialize due to missing requirements (as defined in manifest.json#requirements): it requires itself.
  • Loading branch information
rozmyty authored Nov 12, 2022
1 parent 5f22deb commit d7fe533
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom_components/tech/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"name": "Tech Controllers",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/tech",
"requirements": ["tech"],
"requirements": [],
"dependencies": [],
"codeowners": [
"@mariusz.ostoja-swierczynski"
],
"version": "1.0.0"
}
}

0 comments on commit d7fe533

Please sign in to comment.