mirror of
https://github.com/home-assistant/core.git
synced 2026-07-08 23:34:22 +01:00
14 lines
424 B
JSON
14 lines
424 B
JSON
{
|
|
"domain": "indevolt",
|
|
"name": "Indevolt",
|
|
"codeowners": ["@xirt"],
|
|
"config_flow": true,
|
|
"dhcp": [{ "registered_devices": true }],
|
|
"documentation": "https://www.home-assistant.io/integrations/indevolt",
|
|
"integration_type": "device",
|
|
"iot_class": "local_polling",
|
|
"quality_scale": "platinum",
|
|
"requirements": ["indevolt-api==1.8.5"],
|
|
"zeroconf": [{ "name": "igen_fw*", "type": "_http._tcp.local." }]
|
|
}
|