mirror of
https://github.com/home-assistant/core.git
synced 2026-02-23 19:37:12 +00:00
11 lines
294 B
JSON
11 lines
294 B
JSON
{
|
|
"domain": "numato",
|
|
"name": "Numato USB GPIO Expander",
|
|
"codeowners": ["@clssn"],
|
|
"documentation": "https://www.home-assistant.io/integrations/numato",
|
|
"integration_type": "hub",
|
|
"iot_class": "local_push",
|
|
"loggers": ["numato_gpio"],
|
|
"requirements": ["numato-gpio==0.13.0"]
|
|
}
|