hass-core/homeassistant/components/elmax/manifest.json
Alberto Geniola 9fab2aa2bc
Update elmax_api to v0.0.5 (#117693)
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2024-05-19 19:16:46 -10:00

15 lines
346 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.5"],
"zeroconf": [
{
"type": "_elmax-ssl._tcp.local."
}
]
}