Franck Nijhof 1833c32a2c Cleans up front matter (#9835)
* Sets front matter defaults

* Removes default front matter from section templates/pages

* Removes default front matter from addon pages

* Removes default front matter from integration pages

* Removes default front matter from posts

* Removes default front matter from docs pages

* Removes default front matter from other pages

* Fixes blog category pages
2019-07-11 14:35:08 -07:00

1.4 KiB

title, description, logo, ha_category, ha_iot_class, ha_release, redirect_from
title description logo ha_category ha_iot_class ha_release redirect_from
D-Link Switch Instructions on how to integrate D-Link switches into Home Assistant. dlink.png
Switch
Local Polling 0.14
/components/switch.dlink/

The dlink switch platform allows you to control the state of your D-Link Wi-Fi Smart Plugs.

Supported devices (tested):

  • DSP-W215
  • DSP-W110

To use your D-Link smart plugs in your installation, add the following to your configuration.yaml file:

# Example configuration.yaml entry
switch:
  platform: dlink
  host: IP_ADRRESS
  username: YOUR_USERNAME
  password: YOUR_PASSWORD

{% configuration %} host: description: "The IP address of your D-Link plug, e.g., 192.168.1.32." required: true type: string name: description: The name to use when displaying this switch. required: false default: D-link Smart Plug W215 type: string username: description: The username for your plug. required: true default: admin type: string password: description: The password for your plug. required: true default: The default password is the PIN included on the configuration card. type: string use_legacy_protocol: description: Enable limited support for legacy firmware protocols (Tested with v1.24). required: false default: false type: boolean {% endconfiguration %}