core/homeassistant/components/elmax/manifest.json

12 lines
281 B
JSON

{
"domain": "elmax",
"name": "Elmax",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/elmax",
"requirements": ["elmax_api==0.0.2"],
"codeowners": [
"@albertogeniola"
],
"iot_class": "cloud_polling",
"loggers": ["elmax_api"]
}