1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-02 00:20:30 +01:00
Files
core/homeassistant/components/pooldose/manifest.json
2026-03-26 14:32:52 +01:00

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"]
}