mirror of
https://github.com/home-assistant/core.git
synced 2026-08-24 10:13:52 -05:00
17 lines
369 B
JSON
17 lines
369 B
JSON
{
|
|
"domain": "aidot",
|
|
"name": "AiDot",
|
|
"codeowners": ["@s1eedz", "@HongBryan"],
|
|
"config_flow": true,
|
|
"dhcp": [
|
|
{
|
|
"hostname": "aidot"
|
|
}
|
|
],
|
|
"documentation": "https://www.home-assistant.io/integrations/aidot",
|
|
"integration_type": "hub",
|
|
"iot_class": "local_polling",
|
|
"quality_scale": "bronze",
|
|
"requirements": ["python-aidot==0.3.56"]
|
|
}
|