mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +00:00
Update Edimax switch component configuration variable (#6891)
* Update Edimax switch component configuration variable
* ✏️ Added default name
This commit is contained in:
parent
6bccc3a085
commit
75300e2081
@ -24,10 +24,24 @@ switch:
|
||||
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`.
|
||||
- **name** (*Optional*): The name to use when displaying this switch.
|
||||
|
||||
{% configuration %}
|
||||
host:
|
||||
description: "The IP address of your Edimax switch, e.g., `192.168.1.32`."
|
||||
required: true
|
||||
type: string
|
||||
username:
|
||||
description: Your username for the Edimax switch.
|
||||
required: false
|
||||
default: admin
|
||||
type: string
|
||||
password:
|
||||
description: Your password for the Edimax switch.
|
||||
required: false
|
||||
default: 1234
|
||||
type: string
|
||||
name:
|
||||
description: The name to use when displaying this switch.
|
||||
required: false
|
||||
default: Edimax Smart Plug
|
||||
type: string
|
||||
{% endconfiguration %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user