mirror of https://github.com/home-assistant/core
12 lines
325 B
JSON
12 lines
325 B
JSON
{
|
|
"domain": "iaqualink",
|
|
"name": "Jandy iAqualink",
|
|
"codeowners": ["@flz"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/iaqualink",
|
|
"iot_class": "cloud_polling",
|
|
"loggers": ["iaqualink"],
|
|
"requirements": ["iaqualink==0.5.0", "h2==4.1.0"],
|
|
"single_config_entry": true
|
|
}
|