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 # 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: