mirror of
https://github.com/home-assistant/core.git
synced 2026-04-02 00:20:30 +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.9.0"]
|
|
}
|