mirror of https://github.com/home-assistant/core
17 lines
369 B
JSON
17 lines
369 B
JSON
{
|
|
"domain": "dlink",
|
|
"name": "D-Link Wi-Fi Smart Plugs",
|
|
"codeowners": ["@tkdrob"],
|
|
"config_flow": true,
|
|
"dhcp": [
|
|
{
|
|
"hostname": "dsp-w215"
|
|
}
|
|
],
|
|
"documentation": "https://www.home-assistant.io/integrations/dlink",
|
|
"integration_type": "device",
|
|
"iot_class": "local_polling",
|
|
"loggers": ["pyW215"],
|
|
"requirements": ["pyW215==0.7.0"]
|
|
}
|