mirror of https://github.com/home-assistant/core
12 lines
300 B
JSON
12 lines
300 B
JSON
{
|
|
"domain": "nasweb",
|
|
"name": "NASweb",
|
|
"codeowners": ["@nasWebio"],
|
|
"config_flow": true,
|
|
"dependencies": ["webhook"],
|
|
"documentation": "https://www.home-assistant.io/integrations/nasweb",
|
|
"integration_type": "hub",
|
|
"iot_class": "local_push",
|
|
"requirements": ["webio-api==0.1.8"]
|
|
}
|