Rename configuration variable (#11205)

This commit is contained in:
Fabian Affolter 2019-11-17 15:53:42 +01:00 committed by Franck Nijhof
parent 9ea6957ec4
commit e28895509c

View File

@ -61,12 +61,12 @@ To enable this switch in your installation, add the following to your `configura
# Example configuration.yaml entry
switch:
- platform: wake_on_lan
mac_address: "00-01-02-03-04-05"
mac: "00-01-02-03-04-05"
```
{% configuration %}
mac_address:
description: MAC address to send the wake up command to.
mac:
description: The MAC address to send the wake up command to.
required: true
type: string
name: