mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 05:06:13 +01:00
17 lines
381 B
JSON
17 lines
381 B
JSON
{
|
|
"domain": "pooldose",
|
|
"name": "SEKO PoolDose",
|
|
"codeowners": ["@lmaertin"],
|
|
"config_flow": true,
|
|
"dhcp": [
|
|
{
|
|
"hostname": "kommspot"
|
|
}
|
|
],
|
|
"documentation": "https://www.home-assistant.io/integrations/pooldose",
|
|
"integration_type": "device",
|
|
"iot_class": "local_polling",
|
|
"quality_scale": "platinum",
|
|
"requirements": ["python-pooldose==0.8.2"]
|
|
}
|