14 lines
438 B
JSON
14 lines
438 B
JSON
{
|
|
"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"]
|
|
}
|