D-Link switch added legacy protocol variable (#899)

This commit is contained in:
Christian Brædstrup 2016-09-07 15:52:43 +02:00 committed by Fabian Affolter
parent 955e5d6819
commit 91c0e6488a

View File

@ -31,6 +31,7 @@ switch:
name: D-Link plug name: D-Link plug
username: YOUR_USERNAME username: YOUR_USERNAME
password: YOUR_PASSWORD password: YOUR_PASSWORD
use_legacy_protocol: False
``` ```
Configuration variables: Configuration variables:
@ -39,4 +40,5 @@ Configuration variables:
- **name** (*Optional*): The name to use when displaying this switch. - **name** (*Optional*): The name to use when displaying this switch.
- **username** (*Required*): The username for your plug. Defaults to `admin`. - **username** (*Required*): The username for your plug. Defaults to `admin`.
- **password** (*Required*): The password for your plug. Default password is the `PIN` inlcuded on the configuration card. - **password** (*Required*): The password for your plug. Default password is the `PIN` inlcuded on the configuration card.
- **use_legacy_protocol** (*Optional*): Enable limited support for legacy firmware protocols (Tested with v1.24).