hass-core/homeassistant/components/technove/manifest.json
2024-02-09 08:41:48 +01:00

11 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.2.2"],
"zeroconf": ["_technove-stations._tcp.local."]
}