Minimizing of the configuration sample (#1047)
This commit is contained in:
parent
dfb2c94112
commit
a2776110aa
24 changed files with 104 additions and 157 deletions
|
@ -20,17 +20,14 @@ To use your Edimax switch in your installation, add the following to your `confi
|
|||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
switch:
|
||||
platform: edimax
|
||||
host: 192.168.1.32
|
||||
username: YOUR_USERNAME
|
||||
password: YOUR_PASSWORD
|
||||
name: Edimax Smart Plug
|
||||
- platform: edimax
|
||||
host: 192.168.1.32
|
||||
```
|
||||
|
||||
Configuration variables:
|
||||
|
||||
- **host** (*Required*): The IP address of your Edimax switch, eg. 192.168.1.32
|
||||
- **username** (*Optional*): Your username for the Edimax switch. Defaults to "admin".
|
||||
- **password** (*Optional*): Your password for the Edimax switch. Defaults to "1234".
|
||||
- **host** (*Required*): The IP address of your Edimax switch, eg. `192.168.1.32`.
|
||||
- **username** (*Optional*): Your username for the Edimax switch. Defaults to `admin`.
|
||||
- **password** (*Optional*): Your password for the Edimax switch. Defaults to `1234`.
|
||||
- **name** (*Optional*): The name to use when displaying this switch.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue