Skip to content

Commit

Permalink
Rename configuration variable (home-assistant#11205)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored and frenck committed Nov 17, 2019
1 parent 9ea6957 commit e288955
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/_integrations/wake_on_lan.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e288955

Please sign in to comment.