mirror of https://github.com/home-assistant/core
16 lines
348 B
JSON
16 lines
348 B
JSON
{
|
|
"domain": "elmax",
|
|
"name": "Elmax",
|
|
"codeowners": ["@albertogeniola"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/elmax",
|
|
"iot_class": "cloud_polling",
|
|
"loggers": ["elmax_api"],
|
|
"requirements": ["elmax-api==0.0.6.1"],
|
|
"zeroconf": [
|
|
{
|
|
"type": "_elmax-ssl._tcp.local."
|
|
}
|
|
]
|
|
}
|