mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 05:46:52 +00:00
D-Link switch added legacy protocol variable (#899)
This commit is contained in:
parent
955e5d6819
commit
91c0e6488a
@ -31,6 +31,7 @@ switch:
|
||||
name: D-Link plug
|
||||
username: YOUR_USERNAME
|
||||
password: YOUR_PASSWORD
|
||||
use_legacy_protocol: False
|
||||
```
|
||||
|
||||
Configuration variables:
|
||||
@ -39,4 +40,5 @@ Configuration variables:
|
||||
- **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. 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).
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user