mirror of
https://github.com/home-assistant/core.git
synced 2026-09-25 17:04:04 -04:00
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
21 lines
447 B
JSON
21 lines
447 B
JSON
{
|
|
"domain": "elkm1",
|
|
"name": "Elk-M1 Control",
|
|
"codeowners": ["@gwww", "@bdraco"],
|
|
"config_flow": true,
|
|
"dependencies": ["network"],
|
|
"dhcp": [
|
|
{
|
|
"registered_devices": true
|
|
},
|
|
{
|
|
"macaddress": "00409D*"
|
|
}
|
|
],
|
|
"documentation": "https://www.home-assistant.io/integrations/elkm1",
|
|
"integration_type": "hub",
|
|
"iot_class": "local_push",
|
|
"loggers": ["elkm1_lib"],
|
|
"requirements": ["elkm1-lib==2.2.15"]
|
|
}
|