core/homeassistant/components/aquacell/manifest.json

13 lines
353 B
JSON

{
"domain": "aquacell",
"name": "AquaCell",
"codeowners": ["@Jordi1990"],
"config_flow": true,
"dependencies": ["http", "network"],
"documentation": "https://www.home-assistant.io/integrations/aquacell",
"integration_type": "device",
"iot_class": "cloud_polling",
"loggers": ["aioaquacell"],
"requirements": ["aioaquacell==0.2.0"]
}