mirror of
https://github.com/home-assistant/core.git
synced 2026-09-06 13:32:08 +01: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.6.0"]
|
|
}
|