2019-04-04 04:14:45 +00:00
|
|
|
{
|
|
|
|
"domain": "dlink",
|
2020-01-07 07:19:17 +00:00
|
|
|
"name": "D-Link Wi-Fi Smart Plugs",
|
2023-02-08 19:16:39 +00:00
|
|
|
"codeowners": ["@tkdrob"],
|
2023-01-11 00:10:56 +00:00
|
|
|
"config_flow": true,
|
2023-02-08 19:16:39 +00:00
|
|
|
"dhcp": [
|
|
|
|
{
|
|
|
|
"hostname": "dsp-w215"
|
|
|
|
}
|
|
|
|
],
|
2019-10-02 16:25:44 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/dlink",
|
2023-02-08 19:16:39 +00:00
|
|
|
"integration_type": "device",
|
2022-01-28 21:37:53 +00:00
|
|
|
"iot_class": "local_polling",
|
2023-01-11 00:10:56 +00:00
|
|
|
"loggers": ["pyW215"],
|
2023-02-08 19:16:39 +00:00
|
|
|
"requirements": ["pyW215==0.7.0"]
|
2019-04-04 04:14:45 +00:00
|
|
|
}
|