mirror of
https://github.com/home-assistant/core.git
synced 2026-08-24 10:13:52 -05:00
18 lines
397 B
JSON
18 lines
397 B
JSON
{
|
|
"domain": "vistapool",
|
|
"name": "Vistapool",
|
|
"codeowners": ["@fdebrus"],
|
|
"config_flow": true,
|
|
"dhcp": [
|
|
{
|
|
"hostname": "sugarwifi"
|
|
}
|
|
],
|
|
"documentation": "https://www.home-assistant.io/integrations/vistapool",
|
|
"integration_type": "hub",
|
|
"iot_class": "cloud_push",
|
|
"loggers": ["aioaquarite"],
|
|
"quality_scale": "bronze",
|
|
"requirements": ["aioaquarite==0.6.1"]
|
|
}
|