mirror of
https://github.com/home-assistant/core.git
synced 2026-04-17 23:53:49 +01:00
18 lines
400 B
JSON
18 lines
400 B
JSON
{
|
|
"domain": "nexia",
|
|
"name": "Nexia/American Standard/Trane",
|
|
"codeowners": ["@bdraco"],
|
|
"config_flow": true,
|
|
"dhcp": [
|
|
{
|
|
"hostname": "xl857-*",
|
|
"macaddress": "000231*"
|
|
}
|
|
],
|
|
"documentation": "https://www.home-assistant.io/integrations/nexia",
|
|
"integration_type": "hub",
|
|
"iot_class": "cloud_polling",
|
|
"loggers": ["nexia"],
|
|
"requirements": ["nexia==2.11.1"]
|
|
}
|