mirror of
https://github.com/home-assistant/core.git
synced 2026-04-29 13:13:46 +01:00
12 lines
323 B
JSON
12 lines
323 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"],
|
|
"quality_scale": "legacy",
|
|
"requirements": ["numato-gpio==0.13.0"]
|
|
}
|