Adjust dlink platform example to use a list (#23064)

This commit is contained in:
Franck Nijhof 2022-06-10 09:40:19 +02:00 committed by GitHub
parent 651b6e7577
commit 7ec96c5d36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,10 +23,10 @@ To use your D-Link smart plugs in your installation, add the following to your `
```yaml
# Example configuration.yaml entry
switch:
platform: dlink
host: IP_ADRRESS
username: YOUR_USERNAME
password: YOUR_PASSWORD
- platform: dlink
host: IP_ADRRESS
username: YOUR_USERNAME
password: YOUR_PASSWORD
```
{% configuration %}