initial commit

This commit is contained in:
2022-12-20 21:26:47 +01:00
commit 2962a6db69
722 changed files with 63886 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{
"domain": "openhasp",
"name": "openHASP",
"documentation": "https://haswitchplate.github.io/openHASP-docs/",
"issue_tracker": "https://github.com/HASwitchPlate/openHASP-custom-component/issues",
"dependencies": ["mqtt", "http"],
"requirements": ["jsonschema>=3.2.0"],
"version": "0.6.5",
"config_flow": true,
"iot_class": "local_push",
"codeowners": ["@dgomes"],
"mqtt": ["hasp/discovery"]
}