mirror of
https://github.com/home-assistant/core.git
synced 2026-04-18 07:56:03 +01:00
18 lines
426 B
JSON
18 lines
426 B
JSON
{
|
|
"domain": "actron_air",
|
|
"name": "Actron Air",
|
|
"codeowners": ["@kclif9", "@JagadishDhanamjayam"],
|
|
"config_flow": true,
|
|
"dhcp": [
|
|
{
|
|
"hostname": "neo-*",
|
|
"macaddress": "FC0FE7*"
|
|
}
|
|
],
|
|
"documentation": "https://www.home-assistant.io/integrations/actron_air",
|
|
"integration_type": "hub",
|
|
"iot_class": "cloud_polling",
|
|
"quality_scale": "silver",
|
|
"requirements": ["actron-neo-api==0.4.1"]
|
|
}
|