From 484637765f9ce701de0974abe6af8e842ce840dc Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 17 Dec 2019 13:55:43 +0100 Subject: [PATCH] Replace MAC address in configuration description (#11464) * Replace MAC address in configuration description * Make a dummy change * Fix style --- source/_integrations/wake_on_lan.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/_integrations/wake_on_lan.markdown b/source/_integrations/wake_on_lan.markdown index fe65e758050..f615eaf1df1 100644 --- a/source/_integrations/wake_on_lan.markdown +++ b/source/_integrations/wake_on_lan.markdown @@ -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: