mirror of https://github.com/home-assistant/core
12 lines
353 B
JSON
12 lines
353 B
JSON
{
|
|
"domain": "asuswrt",
|
|
"name": "ASUSWRT",
|
|
"codeowners": ["@kennedyshead", "@ollo69"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/asuswrt",
|
|
"integration_type": "hub",
|
|
"iot_class": "local_polling",
|
|
"loggers": ["aioasuswrt", "asyncssh"],
|
|
"requirements": ["aioasuswrt==1.4.0", "pyasuswrt==0.1.21"]
|
|
}
|