core/homeassistant/components/dlink/manifest.json

17 lines
369 B
JSON
Raw Normal View History

{
"domain": "dlink",
"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"
}
],
"documentation": "https://www.home-assistant.io/integrations/dlink",
2023-02-08 19:16:39 +00:00
"integration_type": "device",
"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"]
}