mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +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
|
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:
|
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
|
# Example configuration.yaml entry
|
||||||
switch:
|
switch:
|
||||||
- platform: wake_on_lan
|
- platform: wake_on_lan
|
||||||
mac: "00-01-02-03-04-05"
|
mac: MAC_ADDRESS
|
||||||
```
|
```
|
||||||
|
|
||||||
{% configuration %}
|
{% configuration %}
|
||||||
mac:
|
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
|
required: true
|
||||||
type: string
|
type: string
|
||||||
name:
|
name:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user