From a8e9478a6ea4fbfe1388a80c8be4b8c301356e34 Mon Sep 17 00:00:00 2001
From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
Date: Mon, 30 Oct 2023 18:48:50 +0100
Subject: [PATCH] Wake on LAN: standardize spelling (#29597)
---
source/_integrations/wake_on_lan.markdown | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/source/_integrations/wake_on_lan.markdown b/source/_integrations/wake_on_lan.markdown
index b3165b4bef5..9c1db398cb8 100644
--- a/source/_integrations/wake_on_lan.markdown
+++ b/source/_integrations/wake_on_lan.markdown
@@ -35,7 +35,7 @@ Available services: `send_magic_packet`.
#### Service `wake_on_lan.send_magic_packet`
-Send a _magic packet_ to wake up a device with 'Wake-On-LAN' capabilities.
+Send a _magic packet_ to wake up a device with 'Wake on LAN' capabilities.
| Service data attribute | Optional | Description |
|---------------------------|----------|---------------------------------------------------------|
@@ -52,13 +52,13 @@ Sample service data:
```
-This usually only works if the Target Device is connected to the same network. Routing the WakeOnLan packet to a different subnet requires a special configuration on your router or may not be possible.
-The Service to Route the packet is most likely named "IP Helper" which may support WakeOnLan, but not all Routers support this.
+This usually only works if the target device is connected to the same network. Routing the magic packet to a different subnet requires a special configuration on your router or may not be possible.
+The service to route the packet is most likely named "IP Helper". It may support Wake on LAN, but not all routers support this.
## Switch
-The `wake_on_lan` (WOL) switch platform allows you to turn on a [WOL](https://en.wikipedia.org/wiki/Wake-on-LAN) enabled computer.
+The `wake_on_lan` (WOL) switch integration allows you to turn on a [WOL](https://en.wikipedia.org/wiki/Wake-on-LAN) enabled computer.
### Switch configuration
@@ -141,7 +141,7 @@ A switch defined with the `wake_on_lan` platform will render in the UI with both
1. First, define a new helper button.
- Go to **{% my helpers title="Settings > Devices & Services > Helpers" %}** and select the **+ Create helper** button. Choose **Button** and give it a name. A button named "Wake PC" will render like this:
-
+ 
2. Then, create a new automation. Go to **{% my automations title="Settings > Automations & scenes" %}** and select **+ Create Automation**.
- The trigger will be on `State` and the entity will be the button you created.
@@ -153,8 +153,8 @@ A switch defined with the `wake_on_lan` platform will render in the UI with both
- input_button.wake_pc
```
-3. For the action, select **Call service** and choose **Wake on LAN: Send magic packet**.
-4. Type in the target MAC address.
+3. For the action, select **Call service** and choose **Wake on LAN: Send magic packet**.
+4. Type in the target MAC address.
- Do not change the broadcast port unless you've configured your device to listen to a different port.
- Continuing our example, the action YAML looks like this: