mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 01:06:52 +00:00
Rename configuration variable (#11205)
This commit is contained in:
parent
9ea6957ec4
commit
e28895509c
@ -61,12 +61,12 @@ To enable this switch in your installation, add the following to your `configura
|
|||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
switch:
|
switch:
|
||||||
- platform: wake_on_lan
|
- platform: wake_on_lan
|
||||||
mac_address: "00-01-02-03-04-05"
|
mac: "00-01-02-03-04-05"
|
||||||
```
|
```
|
||||||
|
|
||||||
{% configuration %}
|
{% configuration %}
|
||||||
mac_address:
|
mac:
|
||||||
description: MAC address to send the wake up command to.
|
description: The MAC address to send the wake up command to.
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
name:
|
name:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user