core/homeassistant/components/ihc/manifest.json

11 lines
209 B
JSON
Raw Normal View History

{
"domain": "ihc",
"name": "IHC Controller",
"documentation": "https://www.home-assistant.io/integrations/ihc",
"requirements": [
"defusedxml==0.6.0",
"ihcsdk==2.6.0"
],
"codeowners": []
}