mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-03 09:38:59 +00:00
1.1 KiB
1.1 KiB
layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_iot_class, ha_release
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | ha_iot_class | ha_release |
---|---|---|---|---|---|---|---|---|---|---|---|
page | D-Link Switch | Instructions how to integrate D-Link switches into Home Assistant. | 2016-02-21 09:00 | true | false | true | true | dlink.png | Switch | Local Polling | 0.14 |
The dlink
switch platform allows you to control the state of your D-Link Wi-Fi Smart Plugs.
Supported devices (tested):
- DSP-W215
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
name: D-Link plug
username: YOUR_USERNAME
password: YOUR_PASSWORD
Configuration variables:
- host (Required): The IP address of your D-Link plug, eg. http://192.168.1.32
- name (Optional): The name to use when displaying this switch.
- username (Required): The username for your plug. Defaults to
admin
. - password (Required): The password for your plug.