mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-14 21:06:50 +00:00
Wake on LAN: standardize spelling (#29597)
This commit is contained in:
parent
addca93404
commit
a8e9478a6e
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user