core/homeassistant/components/lektrico/manifest.json

17 lines
396 B
JSON

{
"domain": "lektrico",
"name": "Lektrico Charging Station",
"codeowners": ["@lektrico"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/lektrico",
"integration_type": "device",
"iot_class": "local_polling",
"requirements": ["lektricowifi==0.0.43"],
"zeroconf": [
{
"type": "_http._tcp.local.",
"name": "lektrico*"
}
]
}