core/homeassistant/components/dlink/manifest.json

13 lines
351 B
JSON
Raw Normal View History

{
"domain": "dlink",
"name": "D-Link Wi-Fi Smart Plugs",
2023-01-11 00:10:56 +00:00
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/dlink",
2020-04-07 16:22:03 +00:00
"requirements": ["pyW215==0.7.0"],
"dhcp": [{ "hostname": "dsp-w215" }],
2023-01-11 00:10:56 +00:00
"codeowners": ["@tkdrob"],
"iot_class": "local_polling",
2023-01-11 00:10:56 +00:00
"loggers": ["pyW215"],
"integration_type": "device"
}