Skip to content

[WOL] Add source ip for magic packet #38717

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: next
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions source/_integrations/wake_on_lan.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ Broadcast address:
description: The IP address of the host to send the magic packet to.
Broadcast port:
description: The port to send the magic packet to.
Interface IP address:
description: The IP address of the Home Assistant instance’s network interface through which the magic packet is sent.
{% endconfiguration_basic %}

### Integration services
Expand All @@ -62,6 +64,7 @@ Send a _magic packet_ to wake up a device with 'Wake on LAN' capabilities.
| `mac` | no | MAC address of the device to wake up. |
| `broadcast_address` | yes | Optional broadcast IP where to send the magic packet. |
| `broadcast_port` | yes | Optional port where to send the magic packet. |
| `if` | yes | Optional interface IP address of the Home Assistant instance through which the magic packet is sent. |

Sample action data:

Expand Down Expand Up @@ -127,6 +130,10 @@ broadcast_port:
description: The port to send the magic packet to.
required: false
type: integer
if:
description: The IP address of the Home Assistant instance’s network interface through which the magic packet is sent.
required: false
type: string
{% endconfiguration %}

### Examples
Expand Down