core/homeassistant/components/technove/manifest.json

12 lines
341 B
JSON

{
"domain": "technove",
"name": "TechnoVE",
"codeowners": ["@Moustachauve"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/technove",
"integration_type": "device",
"iot_class": "local_polling",
"requirements": ["python-technove==1.3.1"],
"zeroconf": ["_technove-stations._tcp.local."]
}