mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +00:00
Replace MAC address in configuration description (#11464)
* Replace MAC address in configuration description * Make a dummy change * Fix style
This commit is contained in:
parent
c897f02edc
commit
484637765f
@ -9,7 +9,7 @@ ha_release: 0.49
|
||||
ha_iot_class: Local Push
|
||||
---
|
||||
|
||||
The `wake_on_lan` integration enables the ability to send _magic packets_ to [Wake on LAN](https://en.wikipedia.org/wiki/Wake-on-LAN) capable devices, to turn them on.
|
||||
The `wake_on_lan` integration enables the ability to send _magic packets_ to [Wake on LAN](https://en.wikipedia.org/wiki/Wake-on-LAN) capable devices to turn them on.
|
||||
|
||||
There is currently support for the following device types within Home Assistant:
|
||||
|
||||
@ -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: "00-01-02-03-04-05"
|
||||
mac: MAC_ADDRESS
|
||||
```
|
||||
|
||||
{% configuration %}
|
||||
mac:
|
||||
description: The MAC address to send the wake up command to.
|
||||
description: "The MAC address to send the wake up command to, e.g, `00:01:02:03:04:05`."
|
||||
required: true
|
||||
type: string
|
||||
name:
|
||||
|
Loading…
x
Reference in New Issue
Block a user