Wake on LAN: standardize spelling (#29597)

This commit is contained in:
c0ffeeca7 2023-10-30 18:48:50 +01:00 committed by GitHub
parent addca93404
commit a8e9478a6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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:
```
<div class='note'>
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.
</div>
## 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:
![image](https://github.com/home-assistant/home-assistant.io/assets/252209/10e468a0-45c8-4ee7-b69d-596db3845b14)
![image](https://github.com/home-assistant/home-assistant.io/assets/252209/10e468a0-45c8-4ee7-b69d-596db3845b14)
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.