mirror of
https://github.com/home-assistant/core.git
synced 2026-08-24 10:13:52 -05:00
13 lines
340 B
JSON
13 lines
340 B
JSON
{
|
|
"domain": "neopool",
|
|
"name": "NeoPool",
|
|
"codeowners": ["@svasek"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/neopool",
|
|
"integration_type": "hub",
|
|
"iot_class": "local_polling",
|
|
"loggers": ["neopool_modbus"],
|
|
"quality_scale": "silver",
|
|
"requirements": ["neopool-modbus==4.5.1"]
|
|
}
|