core/homeassistant/components/elmax/manifest.json

11 lines
274 B
JSON
Raw Normal View History

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